ICreate.Controls.Bars Send comments on this topic.
EnableGroupUncheck Property
See Also 
ICreate.Controls.Bars Namespace > ButtonBarButton Class : EnableGroupUncheck Property






Gets or sets if the ButtonBarButton, belonging to a check group, can be unchecked leaving no ButtonBarButton in the check group checked.

Syntax

Visual Basic (Declaration) 
Public Property EnableGroupUncheck As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ButtonBarButton
Dim value As Boolean
 
instance.EnableGroupUncheck = value
 
value = instance.EnableGroupUncheck
C# 
public bool EnableGroupUncheck {get; set;}
Delphi 
public read-write property EnableGroupUncheck: Boolean; 
JScript 
public function get,set EnableGroupUncheck : boolean
Managed Extensions for C++ 
public: __property bool get_EnableGroupUncheck();
public: __property void set_EnableGroupUncheck( 
   bool value
);
C++/CLI 
public:
property bool EnableGroupUncheck {
   bool get();
   void set (bool value);
}

Return Value

A System.Boolean value, this property specifies if a ButtonBarButton, belonging to a check group, can be unchecked leaving no ButtonBarButton in the check group checked. If true then it is possible for the ButtonBarButton to be uncheck, leaving no ButtonBarButton in the check group checked; otherwise it is false and it is not possible to uncheck the ButtonBarButton.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also