Property | Type | Description | |
---|---|---|---|
dbugId | int |
Property | Type | Description | |
---|---|---|---|
IBoxElement | void |
Method | Description | |
---|---|---|
Blur ( ) : void | ||
Focus ( ) : void | ||
GetGlobalLocation ( ) : Point | ||
InvalidateGraphics ( ) : void | ||
InvalidateOuterGraphics ( ) : void | ||
PerformContentLayout ( ) : void | ||
SetBounds ( int left, int top, int width, int height ) : void | ||
SetLocation ( int left, int top ) : void | ||
SetSize ( int width, int height ) : void | ||
SetViewport ( int x, int y ) : void | ||
UIBox ( int width, int height ) : System |
Method | Description | |
---|---|---|
Describe ( |
||
RaiseLayoutFinished ( ) : void |
Method | Description | |
---|---|---|
IBoxElement ( int w, int h ) : void |
protected Describe ( |
||
visitor | ||
return | void |
public SetBounds ( int left, int top, int width, int height ) : void | ||
left | int | |
top | int | |
width | int | |
height | int | |
return | void |
public SetLocation ( int left, int top ) : void | ||
left | int | |
top | int | |
return | void |
public SetSize ( int width, int height ) : void | ||
width | int | |
height | int | |
return | void |
public UIBox ( int width, int height ) : System | ||
width | int | |
height | int | |
return | System |