Method | Description | |
---|---|---|
Add ( string name ) : void | ||
FindGroup ( string name ) : RadioGroup | ||
GenerateGroupExpression ( GeneratorContext ctx, Action action ) : System.CodeDom.CodeExpression | ||
GetGroup ( Action action ) : string | ||
Rename ( string oldName, string newName ) : void | ||
SetGroup ( Action action, string group ) : void |
Method | Description | |
---|---|---|
EmitGroupsChanged ( ) : void | ||
FindActionsInGroup ( string grp ) : IEnumerable | ||
OnActionDisposed ( object s, |
public FindGroup ( string name ) : RadioGroup | ||
name | string | |
return | RadioGroup |
public GenerateGroupExpression ( GeneratorContext ctx, Action action ) : System.CodeDom.CodeExpression | ||
ctx | GeneratorContext | |
action | Action | |
return | System.CodeDom.CodeExpression |
public Rename ( string oldName, string newName ) : void | ||
oldName | string | |
newName | string | |
return | void |
public SetGroup ( Action action, string group ) : void | ||
action | Action | |
group | string | |
return | void |