메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
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 | ||
리턴 | void |
public MakeModal ( bool dim = false ) : void | ||
dim | bool | Determines whether all the background should be dimmed. |
리턴 | void |
public WindowControl ( |
||
parent | Parent control. | |
caption | String | Window caption. |
modal | bool | Determines whether the window should be modal. |
리턴 | System |