ScreenCaptureFromExeDialogType Enumeration
Summary
Specifies the type of dialog to display.
Syntax
public enum ScreenCaptureFromExeDialogType
public enum class ScreenCaptureFromExeDialogType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
class ScreenCaptureFromExeDialogType(Enum):
TabView = 0
TreeView = 1
Members
Value | Member | Description |
0 | TabView | Display a tab view. |
1 | TreeView | Display a tree view. |