Свойство | Type | Description | |
---|---|---|---|
Border | int | ||
ContainerColorFocus | int | ||
ContainerColorHotFocus | int | ||
ContainerColorHotNormal | int | ||
ContainerColorNormal | int | ||
Running | bool |
Méthode | Description | |
---|---|---|
Add ( |
Adds a widget to this container.
|
|
Container ( int x, int y, int w, int h ) : System |
Public constructor.
|
|
ContainerBaseMove ( int row, int col ) : void | ||
ContainerMove ( int row, int col ) : void | ||
DoSizeChanged ( ) : void | ||
EnsureFocus ( ) : void |
Focuses the first possible focusable widget in the contained widgets.
|
|
FocusFirst ( ) : void |
Focuses the first widget in the contained widgets.
|
|
FocusLast ( ) : void |
Focuses the last widget in the contained widgets.
|
|
FocusNext ( ) : bool |
Focuses the next widget.
|
|
FocusPrev ( ) : bool |
Focuses the previous widget.
|
|
GetBase ( int &row, int &col ) : void |
Returns the base position for child widgets to paint on. This method is typically overwritten by containers that want to have some padding (like Frames or Dialogs). |
|
GetEnumerator ( ) : IEnumerator | ||
PositionCursor ( ) : void | ||
Prepare ( ) : void |
Called on top-level container before starting up.
|
|
ProcessColdKey ( int key ) : bool | ||
ProcessHotKey ( int key ) : bool | ||
ProcessKey ( int key ) : bool | ||
ProcessMouse ( |
||
Redraw ( ) : void | ||
RedrawChildren ( ) : void |
Used to redraw all the children in this container.
|
|
Remove ( |
Removes a widget from this container.
|
|
RemoveAll ( ) : void |
Removes all the widgets from this container.
|
|
SetFocus ( |
Focuses the specified widget in this container. Focuses the specified widge, taking the focus away from any previously focused widgets. This method only works if the widget specified supports being focused. |
|
SizeChanged ( ) : void |
This method is invoked when the size of this container changes.
|
Méthode | Description | |
---|---|---|
Container ( ) : System |
public Container ( int x, int y, int w, int h ) : System | ||
x | int | |
y | int | |
w | int | |
h | int | |
Résultat | System |
public ContainerBaseMove ( int row, int col ) : void | ||
row | int | |
col | int | |
Résultat | void |
public ContainerMove ( int row, int col ) : void | ||
row | int | |
col | int | |
Résultat | void |