Method | Description | |
---|---|---|
Clone ( ) : void |
Method.
|
|
Close ( ) : void |
Method.
|
|
Close ( bool interactive ) : void |
Method.
|
|
IsDocumentWindow ( ) : bool | ||
IsMadeDockable ( ) : bool |
Method. Method.
|
|
IsOpen ( ) : bool |
Method.
|
|
IsSpecialWindow ( ) : bool | ||
MakeDockable ( ) : void |
Method.
|
|
Maximize ( ) : void |
Method.
|
|
Minimize ( ) : void |
Method.
|
|
Open ( ) : void |
Method.
|
|
ResetName ( ) : void |
Method.
|
|
Restore ( ) : void |
Method.
|
|
SetFront ( ) : void |
Method.
|
|
ToString ( ) : string |
Method.
|
|
TypeAsString ( ) : string |
Method.
|
|
Update ( ) : void |
Method.
|
|
Window ( int windowID ) : System |
Constructor.
|
|
Window ( int windowID, string windowName ) : System |
Constructor.
|
|
Window ( int windowID, string windowName, int windowType ) : System |
Constructor.
|
public Window ( int windowID ) : System | ||
windowID | int | ID of the Window |
return | System |
public Window ( int windowID, string windowName ) : System | ||
windowID | int | ID of the Window |
windowName | string | |
return | System |
public Window ( int windowID, string windowName, int windowType ) : System | ||
windowID | int | ID of the Window |
windowName | string | |
windowType | int | |
return | System |