Solid Edge Framework Type Library
CommandBarControl Object Members
Overview 
Public Methods
Public Method DeleteDeletes the referenced object.
Public Method ExecuteRuns either the built-in command that is assigned to the referenced button or the macro defined by the OnAction property.
Public Method HelpDisplays help for the referenced control.
Public Method LoadFacePlaces a bitmap on the referenced control.
Public Properties
Public Property ApplicationReturns the active application object.
Public Property BeginGroupSpecifies whether or not a button has a dividing bar on its left-hand side.
Public Property BuiltInSpecifies whether the control is a built-in command or a standard Solid Edge commnd.
Public Property BuiltInFaceReturns whether or not the current face is the control’s built-in face.
Public Property CaptionSets and returns the caption of the referenced object.
Public Property DescriptionTextSets and returns the description of the referenced button.
Public Property EnabledSpecifies whether or not the specified object is enabled.
Public Property FaceIdDefines the ID number for the button face of the referenced object.
Public Property HeightReturns the height of the referenced object.
Public Property HelpContextIdSets or returns the Help Context ID number for the Help topic that is attached to the referenced object.
Public Property HelpFileSets or returns the Help file that is attached to the referenced object.
Public Property IdReturns the ID for the referenced built-in command bar control.
Public Property IndexReturns the numeric index for the active object.
Public Property LeftSpecifies the distance (in twips) between the internal left edge of an object and the left edge of its container.
Public Property OnActionSets or returns the name of the macro to run when the user clicks a command bar control or when the Execute method on the control is run.
Public Property ParameterTextSets or returns the parameters used by Solid Edge when running built-in controls.
Public Property ParentReturns the parent object for the referenced object.
Public Property ShortcutTextDefines the shortcut key text that is displayed next to the referenced button control.
Public Property TagDefines information about the referenced control.
Public Property TooltipTextSets and returns the string to be used as the tooltip for the referenced control.
Public Property TopSets and returns the distance from the top of the screen to the top of the referenced object or control.
Public Property TypeSpecifies the type of the object being referenced.
Public Property VisibleSpecifies whether or not the referenced object is displayed to the screen.
Public Property WidthReturns the width of the referenced object.
See Also

CommandBarControl Object