Gets or sets the group ID of the command. If not zero, all elements with this value will be grouped together exhibiting the same behavior as a radio button list.
Syntax
Visual Basic (Usage) |
Copy Code |
Dim instance As Command
Dim value As Integer
instance.ToggleGroupID = value
value = instance.ToggleGroupID
|
Return Value
Group identifier of the command which determines command toggled behavior.
Remarks
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