Свойство | Type | Description | |
---|---|---|---|
DispatchWhenRequired | void | ||
OnWindowGotFocusInternal | void | ||
OnWindowLocationChangedInternal | void | ||
OnWindowMinimizedInternal | void | ||
OnWindowRestoredInternal | void | ||
OnWindowSizeChangedInternal | void |
Méthode | Description | |
---|---|---|
GetByName ( string name ) : IWindowElement | ||
GetClientArea ( IWindowElement e ) : |
||
MinimizeAllWindows ( ) : void | ||
Move ( IWindowElement window, double top, double left ) : IManualInteractionResult | ||
Register ( IWindowElement windowElement ) : void | ||
Resize ( IWindowElement window, double width, double height ) : IManualInteractionResult | ||
RestoreAllWindows ( ) : void | ||
Setup ( CK.Plugin.IPluginSetupInfo info ) : bool | ||
Start ( ) : void | ||
Stop ( ) : void | ||
Teardown ( ) : void | ||
ToggleHostMinimized ( ) : void | ||
Unregister ( IWindowElement windowElement ) : void |
Méthode | Description | |
---|---|---|
OnWindowGotFocus ( object sender, |
||
OnWindowLocationChanged ( object sender, |
This function is called by a function that bypasses the window system event. Warning : do not call a function that is called when a WindowMoved event that leading to a call MoveResult.Broadcast
|
|
OnWindowMinimized ( object sender, |
||
OnWindowRestored ( object sender, |
||
OnWindowSizeChanged ( object sender, |
Méthode | Description | |
---|---|---|
DispatchWhenRequired ( System.Action a ) : void | ||
OnWindowGotFocusInternal ( object sender, |
||
OnWindowLocationChangedInternal ( object sender, |
||
OnWindowMinimizedInternal ( object sender, |
||
OnWindowRestoredInternal ( object sender, |
||
OnWindowSizeChangedInternal ( object sender, |
public GetByName ( string name ) : IWindowElement | ||
name | string | |
Résultat | IWindowElement |
public GetClientArea ( IWindowElement e ) : |
||
e | IWindowElement | |
Résultat |
public Move ( IWindowElement window, double top, double left ) : IManualInteractionResult | ||
window | IWindowElement | |
top | double | |
left | double | |
Résultat | IManualInteractionResult |
protected OnWindowGotFocus ( object sender, |
||
sender | object | |
e | ||
Résultat | void |
protected OnWindowLocationChanged ( object sender, |
||
sender | object | |
e | ||
Résultat | void |
protected OnWindowMinimized ( object sender, |
||
sender | object | |
e | ||
Résultat | void |
protected OnWindowRestored ( object sender, |
||
sender | object | |
e | ||
Résultat | void |
protected OnWindowSizeChanged ( object sender, |
||
sender | object | |
e | ||
Résultat | void |
public Register ( IWindowElement windowElement ) : void | ||
windowElement | IWindowElement | |
Résultat | void |
public Resize ( IWindowElement window, double width, double height ) : IManualInteractionResult | ||
window | IWindowElement | |
width | double | |
height | double | |
Résultat | IManualInteractionResult |
public Setup ( CK.Plugin.IPluginSetupInfo info ) : bool | ||
info | CK.Plugin.IPluginSetupInfo | |
Résultat | bool |
public Unregister ( IWindowElement windowElement ) : void | ||
windowElement | IWindowElement | |
Résultat | void |