Intersoft ClientUI Documentation
GetIsExpanderButtonOf Method
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXCollection Namespace > UXTreeViewConnectingLines Class : GetIsExpanderButtonOf Method






element
The UXToggleButton from which the property value is read.
Gets the value of the IsExpanderButtonOf attached property for a specified UXToggleButton.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetIsExpanderButtonOf( _
   ByVal element As UXToggleButton _
) As UXTreeViewItem
Visual Basic (Usage)Copy Code
Dim element As UXToggleButton
Dim value As UXTreeViewItem
 
value = UXTreeViewConnectingLines.GetIsExpanderButtonOf(element)
C# 
public static UXTreeViewItem GetIsExpanderButtonOf( 
   UXToggleButton element
)
Delphi 
public function GetIsExpanderButtonOf( 
    element: UXToggleButton
): UXTreeViewItem; static; 
JScript 
public static function GetIsExpanderButtonOf( 
   element : UXToggleButton
) : UXTreeViewItem;
Managed Extensions for C++ 
public: static UXTreeViewItem* GetIsExpanderButtonOf( 
   UXToggleButton* element
) 
C++/CLI 
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.