HeaderPane
Main
Hide

SftTree/NET 3.0 - Tree Control for Windows Forms

Share Link
Print

PerformClick_RadioButtonPart Method, SftTree Class

Selects the specified radiobutton part and automatically deselects all related radiobutton parts.

Class: SftTree
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

public bool PerformClick_RadioButtonPart( RadioButtonPartClass rbp );
Public Function PerformClick_RadioButtonPart( ByVal rbp As RadioButtonPartClass ) As Boolean

Parameters

rbp

The radiobutton part to be selected.

Return Value

True if successfull, otherwise False.

Comments

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.

See Also SftTree Class | Classes | SftTree/NET 3.0