Property | Type | Description | |
---|---|---|---|
IEventListener | bool | ||
IEventListener | void | ||
IEventListener | void | ||
IEventListener | void | ||
IEventListener | void | ||
IEventListener | void | ||
IEventListener | void | ||
IEventListener | void |
Method | Description | |
---|---|---|
AddAttribute ( |
||
AddChild ( |
||
AttachEvent ( UIEventName eventName, HtmlEventHandler handler ) : void | ||
AttachEventOnMouseLostFocus ( HtmlEventHandler handler ) : void | ||
ClearAllElements ( ) : void |
clear all children elements
|
|
DetachEvent ( UIEventName eventName, HtmlEventHandler handler ) : void | ||
DomElement ( |
||
EqualNames ( |
||
FindAttribute ( int attrLocalNameIndex ) : |
||
FindAttribute ( string attrname ) : |
||
GetAttributeIterForward ( ) : IEnumerable |
||
GetChildNode ( int index ) : |
||
GetChildNodeIterForward ( ) : IEnumerable |
||
GetGlobalLocation ( int &x, int &y ) : void | ||
NotifyChange ( ElementChangeKind changeKind ) : void | ||
RemoveChild ( |
||
SetAttribute ( |
||
SetAttribute ( string attrName, string value ) : void | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
OnCollapsed ( ) : void | ||
OnContentLayout ( ) : void | ||
OnContentUpdate ( ) : void | ||
OnDoubleClick ( UIMouseEventArgs e ) : void | ||
OnElementChanged ( ) : void | ||
OnElementChangedInIdleState ( ElementChangeKind changeKind ) : void | ||
OnElementLanded ( ) : void | ||
OnExpanded ( ) : void | ||
OnGotFocus ( UIFocusEventArgs e ) : void | ||
OnHide ( ) : void | ||
OnInterComponentMsg ( object sender, int msgcode, string msg ) : void | ||
OnKeyDown ( UIKeyEventArgs e ) : void | ||
OnKeyPress ( UIKeyEventArgs e ) : void | ||
OnKeyUp ( UIKeyEventArgs e ) : void | ||
OnLostFocus ( UIFocusEventArgs e ) : void | ||
OnLostMouseFocus ( UIMouseEventArgs e ) : void | ||
OnMouseDown ( UIMouseEventArgs e ) : void | ||
OnMouseEnter ( UIMouseEventArgs e ) : void | ||
OnMouseHover ( UIMouseEventArgs e ) : void | ||
OnMouseLeave ( UIMouseEventArgs e ) : void | ||
OnMouseMove ( UIMouseEventArgs e ) : void | ||
OnMouseUp ( UIMouseEventArgs e ) : void | ||
OnMouseWheel ( UIMouseEventArgs e ) : void | ||
OnProcessDialogKey ( UIKeyEventArgs e ) : bool | ||
OnShown ( ) : void |
Method | Description | |
---|---|---|
IEventListener ( UIKeyEventArgs e ) : bool | ||
IEventListener ( ) : void | ||
IEventListener ( UIFocusEventArgs e ) : void | ||
IEventListener ( UIGuestTalkEventArgs e ) : void | ||
IEventListener ( UIKeyEventArgs e ) : void | ||
IEventListener ( UIMouseEventArgs e ) : void | ||
IEventListener ( int &x, int &y ) : void | ||
IEventListener ( object sender, int msgcode, string msg ) : void |
public AddAttribute ( |
||
attr | ||
return | void |
public AttachEvent ( UIEventName eventName, HtmlEventHandler handler ) : void | ||
eventName | UIEventName | |
handler | HtmlEventHandler | |
return | void |
public AttachEventOnMouseLostFocus ( HtmlEventHandler handler ) : void | ||
handler | HtmlEventHandler | |
return | void |
public DetachEvent ( UIEventName eventName, HtmlEventHandler handler ) : void | ||
eventName | UIEventName | |
handler | HtmlEventHandler | |
return | void |
public DomElement ( |
||
ownerDoc | ||
nodePrefixNameIndex | int | |
nodeLocalNameIndex | int | |
return | System.Collections.Generic |
public static EqualNames ( |
||
node1 | ||
node2 | ||
return | bool |
public FindAttribute ( int attrLocalNameIndex ) : |
||
attrLocalNameIndex | int | |
return |
public FindAttribute ( string attrname ) : |
||
attrname | string | |
return |
public GetAttributeIterForward ( ) : IEnumerable |
||
return | IEnumerable |
public GetChildNodeIterForward ( ) : IEnumerable |
||
return | IEnumerable |
public abstract GetGlobalLocation ( int &x, int &y ) : void | ||
x | int | |
y | int | |
return | void |
public NotifyChange ( ElementChangeKind changeKind ) : void | ||
changeKind | ElementChangeKind | |
return | void |
protected OnDoubleClick ( UIMouseEventArgs e ) : void | ||
e | UIMouseEventArgs | |
return | void |
protected OnElementChangedInIdleState ( ElementChangeKind changeKind ) : void | ||
changeKind | ElementChangeKind | |
return | void |
protected OnGotFocus ( UIFocusEventArgs e ) : void | ||
e | UIFocusEventArgs | |
return | void |
protected OnInterComponentMsg ( object sender, int msgcode, string msg ) : void | ||
sender | object | |
msgcode | int | |
msg | string | |
return | void |
protected OnKeyDown ( UIKeyEventArgs e ) : void | ||
e | UIKeyEventArgs | |
return | void |
protected OnKeyPress ( UIKeyEventArgs e ) : void | ||
e | UIKeyEventArgs | |
return | void |
protected OnKeyUp ( UIKeyEventArgs e ) : void | ||
e | UIKeyEventArgs | |
return | void |
protected OnLostFocus ( UIFocusEventArgs e ) : void | ||
e | UIFocusEventArgs | |
return | void |
protected OnLostMouseFocus ( UIMouseEventArgs e ) : void | ||
e | UIMouseEventArgs | |
return | void |
protected OnMouseDown ( UIMouseEventArgs e ) : void | ||
e | UIMouseEventArgs | |
return | void |
protected OnMouseEnter ( UIMouseEventArgs e ) : void | ||
e | UIMouseEventArgs | |
return | void |
protected OnMouseHover ( UIMouseEventArgs e ) : void | ||
e | UIMouseEventArgs | |
return | void |
protected OnMouseLeave ( UIMouseEventArgs e ) : void | ||
e | UIMouseEventArgs | |
return | void |
protected OnMouseMove ( UIMouseEventArgs e ) : void | ||
e | UIMouseEventArgs | |
return | void |
protected OnMouseUp ( UIMouseEventArgs e ) : void | ||
e | UIMouseEventArgs | |
return | void |
protected OnMouseWheel ( UIMouseEventArgs e ) : void | ||
e | UIMouseEventArgs | |
return | void |
protected OnProcessDialogKey ( UIKeyEventArgs e ) : bool | ||
e | UIKeyEventArgs | |
return | bool |
public RemoveChild ( |
||
childNode | ||
return | bool |
public SetAttribute ( |
||
attr | ||
return | void |
public SetAttribute ( string attrName, string value ) : void | ||
attrName | string | |
value | string | |
return | void |