x4Trace Documentation v1.0
Loading...
Searching...
No Matches
IGraphics.Grid.IGridControl Interface Reference

Represents an interface of input control of grid. Grid can show only controls with this interface. More...

Public Member Functions

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.
 

Properties

bool IGCVisible [get, set]
 Visibility of control.
 

Events

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.
 

Detailed Description

Represents an interface of input control of grid. Grid can show only controls with this interface.

Member Function Documentation

◆ 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
widthWidth of control.
heightHeight of control.

◆ IGCSetX()

void IGraphics.Grid.IGridControl.IGCSetX ( int x)

Sets X position of control.

Parameters
xX position of control.

◆ IGCSetY()

void IGraphics.Grid.IGridControl.IGCSetY ( int y)

Sets Y position of control.

Parameters
yY position of control.

◆ SetTag()

void IGraphics.Grid.IGridControl.SetTag ( object tag)

Sets the tag.

Parameters
tagTag.

◆ SetText()

void IGraphics.Grid.IGridControl.SetText ( string text)

Sets the text.

Parameters
textText to set.

The documentation for this interface was generated from the following file: