Method | Description | |
---|---|---|
MakeModal ( bool dim = false ) : void |
Makes the window modal: covers the whole canvas and gets all input.
|
|
Touch ( ) : void | ||
WindowControl ( |
Initializes a new instance of the WindowControl class.
|
Method | Description | |
---|---|---|
CloseButtonPressed ( |
||
Render ( Skins skin ) : void |
Renders the control using specified skin.
|
|
RenderFocus ( Skins skin ) : void |
Renders the focus overlay.
|
|
RenderUnder ( Skins skin ) : void |
Renders under the actual control (shadows etc).
|
protected CloseButtonPressed ( |
||
control | ||
return | void |
public MakeModal ( bool dim = false ) : void | ||
dim | bool | Determines whether all the background should be dimmed. |
return | void |
protected Render ( Skins skin ) : void | ||
skin | Skins | Skin to use. |
return | void |
protected RenderFocus ( Skins skin ) : void | ||
skin | Skins | Skin to use. |
return | void |
protected RenderUnder ( Skins skin ) : void | ||
skin | Skins | Skin to use. |
return | void |
public WindowControl ( |
||
parent | Parent control. | |
caption | String | Window caption. |
modal | bool | Determines whether the window should be modal. |
return | System |