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.

See Also

© 2010 All Rights Reserved.