←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ScreenCapture Assembly