ExeName Property

Summary

Gets or sets the EXE file name.

Syntax
C#
VB
C++
public string ExeName { get; set; } 
  
Public Property ExeName As String 
public: 
property String^ ExeName { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

In case of EXE capture, this will be filled with a character string of the name of the Exe.

Example

For an example, refer to ScreenCaptureEngine.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ScreenCapture Assembly