Method | Description | |
---|---|---|
EnsureSizeCorrect ( ) : void | ||
GetHtmlElement ( string name ) : |
|
|
GetHtmlElementAt ( int index ) : |
|
|
RichTextField ( ) : System.Collections.Generic | ||
ShowHtmlObject ( int index, bool show ) : void |
|
Method | Description | |
---|---|---|
InternalRefreshObjects ( ) : void | ||
OnSizeChanged ( bool widthChanged, bool heightChanged ) : void |
Method | Description | |
---|---|---|
CleanupObjects ( ) : void | ||
RefreshObjects ( ) : void |
public GetHtmlElement ( string name ) : |
||
name | string | |
return |
public GetHtmlElementAt ( int index ) : |
||
index | int | |
return |
protected OnSizeChanged ( bool widthChanged, bool heightChanged ) : void | ||
widthChanged | bool | |
heightChanged | bool | |
return | void |
public RichTextField ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public ShowHtmlObject ( int index, bool show ) : void | ||
index | int | |
show | bool | |
return | void |