Intersoft ClientUI Documentation
GetIsExpanderButtonOf Method



The UXToggleButton from which the property value is read.
Gets the value of the IsExpanderButtonOf attached property for a specified UXToggleButton.
Syntax
Public Shared Function GetIsExpanderButtonOf( _
   ByVal element As UXToggleButton _
) As UXTreeViewItem
Dim element As UXToggleButton
Dim value As UXTreeViewItem
 
value = UXTreeViewConnectingLines.GetIsExpanderButtonOf(element)
public static UXTreeViewItem GetIsExpanderButtonOf( 
   UXToggleButton element
)
public:
static UXTreeViewItem^ GetIsExpanderButtonOf( 
   UXToggleButton^ element
) 

Parameters

element
The UXToggleButton from which the property value is read.

Return Value

The IsExpanderButtonOf property value for the UXToggleButton.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXTreeViewConnectingLines Class
UXTreeViewConnectingLines Members

Send Feedback