ESRI.ArcGIS.ADF.Local
BeginGroup Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.BaseClasses Namespace > BaseCommandBar Class : BeginGroup Method




Adds a separator bar on the command bar to begin a group.

Syntax

Visual Basic (Declaration) 
Protected Sub BeginGroup() 
Visual Basic (Usage)Copy Code
Dim instance As BaseCommandBar
 
instance.BeginGroup()
C# 
protected void BeginGroup()

Remarks

Note to inheritors: Call this method to start a group in your command bar definition. You should define your command bar in the constructor.

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

© 2011 All Rights Reserved.