Intersoft ClientUI Documentation
SetIsExpanderButtonOf Method



The UXToggleButton to which the attached property is written.
The needed IsExpanderButtonOf value.
Sets the value of the IsExpanderButtonOf attached property to a specified UXToggleButton.
Syntax
Public Shared Sub SetIsExpanderButtonOf( _
   ByVal element As UXToggleButton, _
   ByVal value As UXTreeViewItem _
) 
Dim element As UXToggleButton
Dim value As UXTreeViewItem
 
UXTreeViewConnectingLines.SetIsExpanderButtonOf(element, value)
public static void SetIsExpanderButtonOf( 
   UXToggleButton element,
   UXTreeViewItem value
)
public:
static void SetIsExpanderButtonOf( 
   UXToggleButton^ element,
   UXTreeViewItem^ value
) 

Parameters

element
The UXToggleButton to which the attached property is written.
value
The needed IsExpanderButtonOf value.
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