IsActive Property (C1Window)
In This Topic
Gets or sets whether the window is the active window.
Syntax
'Declaration
Public Property IsActive As Boolean
'Usage
Dim instance As C1Window
Dim value As Boolean
instance.IsActive = value
value = instance.IsActive
public bool IsActive {get; set;}
public:
property bool IsActive {
bool get();
void set ( bool value);
}
See Also