Intersoft ClientUI Documentation
IndicatorEnabled Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXDock Namespace > UXDock Class : IndicatorEnabled Property






Gets or sets a value that determine whether button indicator is enabled.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Indicator")>
Public Property IndicatorEnabled As Boolean
Visual Basic (Usage)Copy Code
Dim instance As UXDock
Dim value As Boolean
 
instance.IndicatorEnabled = value
 
value = instance.IndicatorEnabled
C# 
[CategoryAttribute("Indicator")]
public bool IndicatorEnabled {get; set;}
Delphi 
public read-write property IndicatorEnabled: Boolean; 
JScript 
CategoryAttribute("Indicator")
public function get,set IndicatorEnabled : boolean
Managed Extensions for C++ 
[CategoryAttribute("Indicator")]
public: __property bool get_IndicatorEnabled();
public: __property void set_IndicatorEnabled( 
   bool value
);
C++/CLI 
[CategoryAttribute("Indicator")]
public:
property bool IndicatorEnabled {
   bool get();
   void set (    bool value);
}

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.