Property | Type | Description | |
---|---|---|---|
TagProperty |
Method | Description | |
---|---|---|
ActOnCurrentAttachedCell ( System.Action updateAction ) : void | ||
Dispose ( ) : void | ||
GetView ( ) : |
||
Matches ( string text ) : bool | ||
Selected ( ) : void | ||
Summary ( ) : string |
Returns a summary of the value represented by this object, suitable for rendering as the result of a RootElement with child objects.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
Element ( string caption ) : System | ||
Element ( string caption, string layoutName ) : System | ||
GetViewImpl ( ) : |
Overriden by most derived classes, creates an UIElement with the contents for display
|
|
UpdateCaptionDisplay ( ) : void | ||
UpdateCellDisplay ( ) : void |
Override this method if you want some other action to be taken when a cell view is set
|
public ActOnCurrentAttachedCell ( System.Action updateAction ) : void | ||
updateAction | System.Action | |
return | void |
protected Element ( string caption ) : System | ||
caption | string | |
return | System |
protected Element ( string caption, string layoutName ) : System | ||
caption | string | |
layoutName | string | |
return | System |
protected GetViewImpl ( ) : |
||
return |