Silverlight SDK for Microsoft Bing
GroupName Property
OverviewSystem.Windows.ControlsToolbarButtonGroupName
Gets/Sets the group name for a toggle ToolbarButton instance.
Remarks
Setting this value to null or String.Empty defines the button to be a command or single click button.
Declaration Syntax
C#Visual BasicVisual C++
public string GroupName { get; set; }
Public Property GroupName As String
public:
property String^ GroupName {
	String^ get ();
	void set (String^ value);
}

Assembly: System.Windows.Controls.Views.Toolkit (Module: System.Windows.Controls.Views.Toolkit) Version: 1.0.0.0 (1.0.0.0)