Version

RoleNode Class Members

The following tables list the members exposed by RoleNode.

Public Properties
 NameDescription
Public PropertyDescriptionReturns a description for the role.  
Public PropertyNameReturns the name of the role.  
Public PropertyNodesReturns a collection of the child nodes.  
Public PropertyParentReturn the parent role or null (Nothing in VB) if this is the root role.  
Public PropertyStatesReturns an enumeration indicating which states may be used by the role.  
Public Methods
 NameDescription
Public MethodGetAllStatesReturns a Infragistics.Win.AppStyling.RoleState that contains a combination of the states used by this role and all of its descendant roles.  
Public MethodGetCommonStatesReturns a Infragistics.Win.AppStyling.RoleState that contains the states used by this role and all of its descendant roles.  
Public MethodIsPropertySupportedIndicates if the specified property is supported by the role that was registered.  
See Also