| 
 | 
 | 
 | 
| 
        | PerformClick_RadioButtonPart Method, SftTree Class | 
Selects the specified radiobutton part and automatically deselects all related radiobutton parts.
Syntax SftTree Class (Softelvdm.SftTreeNET)
| VB | Public Function PerformClick_RadioButtonPart( ByVal rbp As RadioButtonPartClass ) As Boolean | 
| C# | public bool PerformClick_RadioButtonPart( RadioButtonPartClass rbp ); | 
| C++ | public: bool PerformClick_RadioButtonPart( RadioButtonPartClass^ rbp ); | 
rbp
The radiobutton part to be selected.
Return Value
True if successfull, otherwise False.
Comments
The PerformClick_RadioButtonPart method selects the specified radiobutton part and automatically deselects all related radiobutton parts.
Related radiobuttons are automatically deselected when a radiobutton is selected. Related radiobuttons are located in items on the same level (sibling items) and within the same column.
False is returned if the specified radiobutton is already selected.