Represents an interface of input control of grid. Grid can show only controls with this interface.
More...
|
void | SetTag (object tag) |
| Sets the tag.
|
|
void | SetText (string text) |
| Sets the text.
|
|
string | GetText () |
| Returns the text.
|
|
object | GetData () |
| Returns the selected data.
|
|
void | IGCSelectAll () |
| Selects all of input.
|
|
void | IGCFocus () |
| Gives focus to control.
|
|
void | IGCSetSize (int width, int height) |
| Resizes the control.
|
|
void | IGCSetX (int x) |
| Sets X position of control.
|
|
void | IGCSetY (int y) |
| Sets Y position of control.
|
|
|
bool | IGCVisible [get, set] |
| Visibility of control.
|
|
|
IGCFocusLeave | IGCFocusLeave |
| Event of focus leave.
|
|
IGCKeyDown | IGCKeyDown |
| Event of keydown.
|
|
IGCKeyUp | IGCKeyUp |
| Event of keyup.
|
|
IGCScroll | IGCScroll |
| Event of scroll.
|
|
IGCShow | IGCShow |
| Event of show.
|
|
IGCHide | IGCHide |
| Event of hide.
|
|
Represents an interface of input control of grid. Grid can show only controls with this interface.
◆ GetData()
object IGraphics.Grid.IGridControl.GetData |
( |
| ) |
|
Returns the selected data.
- Returns
◆ GetText()
string IGraphics.Grid.IGridControl.GetText |
( |
| ) |
|
Returns the text.
- Returns
◆ IGCSetSize()
void IGraphics.Grid.IGridControl.IGCSetSize |
( |
int | width, |
|
|
int | height ) |
Resizes the control.
- Parameters
-
width | Width of control. |
height | Height of control. |
◆ IGCSetX()
void IGraphics.Grid.IGridControl.IGCSetX |
( |
int | x | ) |
|
Sets X position of control.
- Parameters
-
◆ IGCSetY()
void IGraphics.Grid.IGridControl.IGCSetY |
( |
int | y | ) |
|
Sets Y position of control.
- Parameters
-
◆ SetTag()
void IGraphics.Grid.IGridControl.SetTag |
( |
object | tag | ) |
|
◆ SetText()
void IGraphics.Grid.IGridControl.SetText |
( |
string | text | ) |
|
Sets the text.
- Parameters
-
The documentation for this interface was generated from the following file:
- Z:/x4t/src/IGraphics/Grid/IGridControl.cs