BCGControlBar Library for .NET
CommandBar Class Members
Fields  Properties  Methods  Events


The following tables list the members exposed by CommandBar.

Public Constructors
 NameDescription
Public ConstructorCommandBar ConstructorOverloaded.   
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)CaptionMarginSpecifies the space between the text on the caption and it's outer edge.  
Public Fieldstatic (Shared in Visual Basic)CloseCaptionButtonIndex
Specifies the index of the Close button on CaptionCommandButtons collection of the CommandBar. 
The default value is 0.
 
Public Fieldstatic (Shared in Visual Basic)LastFocusedObjectGets the ToolbarButton from the command bar which recently got a focus. This button is as usual a button of the type ToolBarFocusableButton.  
Public Fieldstatic (Shared in Visual Basic)LineOffset  
Public Fieldm_layout  
Public Fieldstatic (Shared in Visual Basic)ResizingStep  
Public Fieldstatic (Shared in Visual Basic)ScrollButtonWidth  
Public Fieldstatic (Shared in Visual Basic)ToolTipAutoDelayGets or sets the time that passes before the ToolTip on the command bar appears.  
Top
Protected Fields
Public Properties
 NameDescription
Public PropertyAccessibilityObjectGets the System.Windows.Forms.AccessibleObject assigned to the control. (Inherited from System.Windows.Forms.Control)
Public PropertyAccessibleDefaultActionDescriptionGets or sets the default action description of the control for use by accessibility client applications. (Inherited from System.Windows.Forms.Control)
Public PropertyAccessibleDescriptionGets or sets the description of the control used by accessibility client applications. (Inherited from System.Windows.Forms.Control)
Public PropertyAccessibleNameGets or sets the name of the control used by accessibility client applications. (Inherited from System.Windows.Forms.Control)
Public PropertyAccessibleRoleGets or sets the accessible role of the control (Inherited from System.Windows.Forms.Control)
Public PropertyAllowDropGets or sets a value indicating whether the control can accept data that the user drags onto it. (Inherited from System.Windows.Forms.Control)
Public PropertyAlwaysContainerMode (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public PropertyAlwaysSelectOnMouseUpOverridden.   
Public PropertyAnchorGets or sets the edges of the container to which a control is bound and determines how a control is resized with its parent. (Inherited from System.Windows.Forms.Control)
Public PropertyAssociatedForms  
Public PropertyAutomaticSizeCalculates the size which should be set for a command panel on calling AdjustLayout method if its property AutoSize is equal to true. (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public PropertyAutoRepeatAccelSpecifies how many times less will be the interval of the autorepeat timer on each timer tick. (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public PropertyAutoRepeatEnabledSpecifies if the autorepeat timer is enabled on the command bar panel. (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public PropertyAutoRepeatTimeOutSpecifies the interval of the autorepeat timer. (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public PropertyAutoRepeatTimesBeforeAccelSpecifies the number of the autorepeat timer tick before the autorepeat accelerator can change the timer interval. (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public PropertyAutoScrollOffsetGets or sets where this control is scrolled to in System.Windows.Forms.ScrollableControl.ScrollControlIntoView(System.Windows.Forms.Control). (Inherited from System.Windows.Forms.Control)
Public PropertyAutoSizeSpecifies if a command panel  changes its size, if necessary, to attain the value specified by the AutomaticSize property. (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public PropertyBackColorGets or sets the background color for the control. (Inherited from System.Windows.Forms.Control)
Public PropertyBackgroundImageGets or sets the background image displayed in the control. (Inherited from System.Windows.Forms.Control)
Public PropertyBackgroundImageLayoutGets or sets the background image layout as defined in the System.Windows.Forms.ImageLayout enumeration. (Inherited from System.Windows.Forms.Control)
Public PropertyBindingContextGets or sets the System.Windows.Forms.BindingContext for the control. (Inherited from System.Windows.Forms.Control)
Public PropertyBlockNextMouseEvent  
Public PropertyBorderStyleGets or sets the CommandPanel border style. (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public PropertyBottomGets the distance, in pixels, between the bottom edge of the control and the top edge of its container's client area. (Inherited from System.Windows.Forms.Control)
Public PropertyBottomBorder  
Public PropertyBoundsGets or sets the size and location of the control including its nonclient elements, in pixels, relative to the parent control. (Inherited from System.Windows.Forms.Control)
Public PropertyCanAddToManagerIndicates a value whether the current CommandBar can be added to CommandBar collection of the CommandBarManager.  
Public PropertyCanBeClosed
Indicates  the visibility of the  Close button on the caption of the floating CommandBar. 
 
Public PropertyCanBeDockedSpecifies if the CommandBar can get a docking state.  
Public PropertyCanFloat  
Public PropertyCanFocusGets a value indicating whether the control can receive focus. (Inherited from System.Windows.Forms.Control)
Public PropertyCanSelectGets a value indicating whether the control can be selected. (Inherited from System.Windows.Forms.Control)
Public PropertyCanTrack  
Public PropertyCaptionAlignment
Gets or sets the edge where the caption is located  when the CommandBar is in the floating mode.
 
Public PropertyCaptionButtonGap
Gets or sets a space between caption command buttons on the caption of the CommandBar.
 
Public PropertyCaptionHeightDelta  
Public PropertyCaptureGets or sets a value indicating whether the control has captured the mouse. (Inherited from System.Windows.Forms.Control)
Public PropertyCausesValidationGets or sets a value indicating whether the control causes validation to be performed on any controls that require validation when it receives focus. (Inherited from System.Windows.Forms.Control)
Public PropertyCheckedObjectGets the first occurance of the checked object in the items' collection of the Command Panel. (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public PropertyCheckedObjectsGets an array of checked objects from an item collection of the command panel. (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public PropertyClientRectangleGets the rectangle that represents the client area of the control. (Inherited from System.Windows.Forms.Control)
Public PropertyClientSizeGets or sets the height and width of the client area of the control. (Inherited from System.Windows.Forms.Control)
Public PropertyColumnsSpecifies the number of columns in command panel where command objects are located. (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public PropertyCompanyNameGets the name of the company or creator of the application containing the control. (Inherited from System.Windows.Forms.Control)
Public PropertyConnectMenuToParentSpecifies if the CommandBar is connected with a parent menu.  
Public PropertyContainedControls (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public PropertyContainer (Inherited from System.ComponentModel.Component)
Public PropertyContainsFocusGets a value indicating whether the control, or one of its child controls, currently has the input focus. (Inherited from System.Windows.Forms.Control)
Public PropertyContextMenuGets or sets the shortcut menu associated with the control. (Inherited from System.Windows.Forms.Control)
Public PropertyContextMenuStripGets or sets the System.Windows.Forms.ContextMenuStrip associated with this control. (Inherited from System.Windows.Forms.Control)
Public PropertyControlsGets the collection of controls contained within the control. (Inherited from System.Windows.Forms.Control)
Public PropertyCreatedGets a value indicating whether the control has been created. (Inherited from System.Windows.Forms.Control)
Public PropertyCurrentDockBarIf the CommandBar is in the docked state the function returns parent DockBar  for the current DockRow; otherwise, null reference.  
Public PropertyCurrentDockEdge
Specifies the side of parent frame  the command bar is docked at.
 
Public PropertyCurrentDockRowSpecifies the dock row on the parent frame where the CommandBar is located.  
Public PropertyCurrentDockRowIndex
Sets or returns the index of the dock row of the command bar.
 
Public PropertyCursorGets or sets the cursor that is displayed when the mouse pointer is over the control. (Inherited from System.Windows.Forms.Control)
Public PropertyDataBindingsGets the data bindings for the control. (Inherited from System.Windows.Forms.Control)
Public PropertyDefaultObjectPaddingGets or sets the space between command objects on the command panel. (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public PropertyDefaultSizeOverridden. Specifies the minimum size of the command bar.  
Public PropertyDisableMenuShadowSpecifies the visibility of the menu shadow.  
Public PropertyDisableMouseProcessingEnables or disables mouse processing for a CommandPanel working in "component" mode. (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public PropertyDisplayRectangle

Gets the rectangle that represents the display area of the CommandPanel.

(Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public PropertyDisposeOnCommandBarManagerCleanUp  
Public PropertyDisposingGets a value indicating whether the base System.Windows.Forms.Control class is in the process of disposing. (Inherited from System.Windows.Forms.Control)
Public PropertyDockOverridden. Specifies the position and manner in which the command bar is docked. Use this property to dock the command bar to top or bottom in StandAlone mode only.  
Public PropertyEnabledGets or sets a value indicating whether the control can respond to user interaction. (Inherited from System.Windows.Forms.Control)
Public PropertyEnableScrolling (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public PropertyExclusiveRow
Should be used in StandAlone mode only.
Tells the command bar to take the full dock row (other command bars can't be docked at the same row).
 
Public PropertyFocusedGets a value indicating whether the control has input focus. (Inherited from System.Windows.Forms.Control)
Public PropertyFontGets or sets the font of the text displayed by the control. (Inherited from System.Windows.Forms.Control)
Public PropertyForceIgnoreRowHeight  
Public PropertyForeColorGets or sets the foreground color of the control. (Inherited from System.Windows.Forms.Control)
Public PropertyHandleGets the window handle that the control is bound to. (Inherited from System.Windows.Forms.Control)
Public PropertyHasChildrenGets a value indicating whether the control contains one or more child controls. (Inherited from System.Windows.Forms.Control)
Public PropertyHasCustomizeButtonIf false, toolbar does not display customize (shevron) button when docked. Displays only shevron in StandAlone mode.  
Public PropertyHeightGets or sets the height of the control. (Inherited from System.Windows.Forms.Control)
Public PropertyHidden (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public PropertyHighlightedObjectSpecifies an object from the command bar panel which has currently a highlighted state. (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public PropertyHighlightModeSpecifies the current highlighted mode for the command panel. It defines what kind of command objects should be highlighted on mouse move event. (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public PropertyIDGets or sets the identifier  of the command bar.  
Public PropertyIgnoreCustomizeMode  
Public PropertyIgnoreLargeIconsModeIn this mode toolbar won't be resized to show large icons.  
Public PropertyIgnoreRowHeightThe height of command bar is not adjusted to dock row height, e.g the height of command bar is always preserved.  
Public PropertyImeModeGets or sets the Input Method Editor (IME) mode of the control. (Inherited from System.Windows.Forms.Control)
Public PropertyInitiatedByKeyboard (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public PropertyInitSize  
Public PropertyInternalClientRectOverridden.   
Public PropertyInternalOffset  
Public PropertyInvokeRequiredGets a value indicating whether the caller must call an invoke method when making method calls to the control because the caller is on a different thread than the one the control was created on. (Inherited from System.Windows.Forms.Control)
Public PropertyIsAccessibleGets or sets a value indicating whether the control is visible to accessibility applications. (Inherited from System.Windows.Forms.Control)
Public PropertyIsComponentModeTells whether control works in regular, or "component" mode. (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public PropertyIsDialogControlIn "dialog control" mode the command bar ignores current Visual Manager and uses VisualManagerXP. (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public PropertyIsDisposedGets a value indicating whether the control has been disposed of. (Inherited from System.Windows.Forms.Control)
Public PropertyIsFloating  
Public PropertyIsHandleCreatedGets a value indicating whether the control has a handle associated with it. (Inherited from System.Windows.Forms.Control)
Public PropertyIsHorizontal  
Public PropertyIsMirroredGets a value indicating whether the control is mirrored. (Inherited from System.Windows.Forms.Control)
Public PropertyIsRegularToolbarMode  
Public PropertyIsStandAloneModeIn StandAlone mode the command bar can be placed on any other control, but can't be dragged and docked at a dock row. In StandAlone mode you can use Dock property to align the command bar at the top or bottom of its parent control.  
Public PropertyIsUserDefined  
Public PropertyItemCollectionRepresents a collection of the command objects in the command panel. (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public PropertyLayoutEngineGets a cached instance of the control's layout engine. (Inherited from System.Windows.Forms.Control)
Public PropertyLayoutInfo  
Public PropertyLeftGets or sets the distance, in pixels, between the left edge of the control and the left edge of its container's client area. (Inherited from System.Windows.Forms.Control)
Public PropertyLeftBorder  
Public PropertyLeftScroll (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public PropertyLocationGets or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container. (Inherited from System.Windows.Forms.Control)
Public PropertyMarginGets or sets the space between controls. (Inherited from System.Windows.Forms.Control)
Public PropertyMaximumSizeGets or sets the size that is the upper limit that System.Windows.Forms.Control.GetPreferredSize(System.Drawing.Size) can specify. (Inherited from System.Windows.Forms.Control)
Public PropertyMinimumSizeGets or sets the size that is the lower limit that System.Windows.Forms.Control.GetPreferredSize(System.Drawing.Size) can specify. (Inherited from System.Windows.Forms.Control)
Public PropertyMinLogicalWidth (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public PropertyMinWidthMinimal width of command bar.  
Public PropertyMultipleSelection

Gets or sets a value indicating whether the user is allowed to check more than one command objects of the CommandPanel at a time.

(Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public PropertyNameGets or sets the name of the control. (Inherited from System.Windows.Forms.Control)
Public PropertyNeedUpdateCommonState  
Public PropertyObjectAreaSpecifies the display rectangle for the command panel which will be set on calling AdjustLayout method  if the value of the property AutoSize is false. (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public PropertyObjectAreaPaddingSpecifies the space between the display area and the boundaries of the command panel. (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public PropertyObjectDisplaysDefaultImage  
Public PropertyPaddingGets or sets padding within the control. (Inherited from System.Windows.Forms.Control)
Public PropertyPaletteMode  
Public PropertyParentGets or sets the parent container of the control. (Inherited from System.Windows.Forms.Control)
Public PropertyParentCommandBarManager  
Public PropertyParentContainerSet this property to a reference to any Control-derived object in order to put the CommandPanel into "component" mode. (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public PropertyPopupMenuMode (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public PropertyPreferredObjectSizeGets the size, in pixels, of a rectangular area into which the command object can fit on the autosize command panel. (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public PropertyPreferredSizeGets the size of a rectangular area into which the control can fit. (Inherited from System.Windows.Forms.Control)
Public PropertyPressedObject (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public PropertyProductNameGets the product name of the assembly containing the control. (Inherited from System.Windows.Forms.Control)
Public PropertyProductVersionGets the version of the assembly containing the control. (Inherited from System.Windows.Forms.Control)
Public PropertyQuickCustomizeMode  
Public PropertyRecreatingHandleGets a value indicating whether the control is currently re-creating its handle. (Inherited from System.Windows.Forms.Control)
Public PropertyRegionGets or sets the window region associated with the control. (Inherited from System.Windows.Forms.Control)
Public PropertyRightGets the distance, in pixels, between the right edge of the control and the left edge of its container's client area. (Inherited from System.Windows.Forms.Control)
Public PropertyRightBorder  
Public PropertyRightScroll (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public PropertyRightToLeftGets or sets a value indicating whether control's elements are aligned to support locales using right-to-left fonts. (Inherited from System.Windows.Forms.Control)
Public PropertyScrollChange (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public PropertyScrollMaxOffset (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public PropertyScrollOffset (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public PropertyScrollTimer (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public PropertyShowAllCommandsEnables or disables MRU commands mode. If false, all popup menu buttons with BasicCommand property set to false will be hidden and "Expand" button will be displayed at the bottom of popup menus (if a popup menu has non-basic hidden commands)  
Public PropertyShowToolTipsSpecifies whether toolbar buttons located on the command bar can show tooltips.  
Public PropertySiteGets or sets the site of the control. (Inherited from System.Windows.Forms.Control)
Public PropertySizeGets or sets the height and width of the control. (Inherited from System.Windows.Forms.Control)
Public PropertySizeToObjectAreaOverridden.   
Public PropertySmartModeUse this property to put command bar in the Smart Mode. In this mode command bar behaves as a Ribbon panel with smart layout and can display buttons with large images.  
Public PropertyTabIndexGets or sets the tab order of the control within its container. (Inherited from System.Windows.Forms.Control)
Public PropertyTabStopGets or sets a value indicating whether the user can give the focus to this control using the TAB key. (Inherited from System.Windows.Forms.Control)
Public PropertyTagGets or sets the object that contains data about the control. (Inherited from System.Windows.Forms.Control)
Public PropertyTextGets or sets the text associated with this control. (Inherited from System.Windows.Forms.Control)
Public PropertyToolTipControl  
Public PropertyTopGets or sets the distance, in pixels, between the top edge of the control and the top edge of its container's client area. (Inherited from System.Windows.Forms.Control)
Public PropertyTopBorder  
Public PropertyTopLevelBar  
Public PropertyTopLevelControlGets the parent control that is not parented by another Windows Forms control. Typically, this is the outermost System.Windows.Forms.Form that the control is contained in. (Inherited from System.Windows.Forms.Control)
Public PropertyTrackingHotPoint  
Public PropertyUseWaitCursorGets or sets a value indicating whether to use the wait cursor for the current control and all child controls. (Inherited from System.Windows.Forms.Control)
Public PropertyVirtualRect  
Public PropertyVisibleGets or sets a value indicating whether the control and all its child controls are displayed. (Inherited from System.Windows.Forms.Control)
Public PropertyVisibleContainerReturns a reference to first visible parent container. Use this property to find the first parent control in hierarchy working in regular ("non-component") mode. (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public PropertyVisibleRect (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public PropertyVisualStyleOverridden. Specifies the VisualStyle of the  CommandBar.  
Public PropertyWidthGets or sets the width of the control. (Inherited from System.Windows.Forms.Control)
Public PropertyWrapButtonsOffset  
Top
Protected Properties
 NameDescription
Protected PropertyCanEnableImeGets a value indicating whether the System.Windows.Forms.Control.ImeMode property can be set to an active value, to enable IME support. (Inherited from System.Windows.Forms.Control)
Protected PropertyCanRaiseEventsDetermines if events can be raised on the control. (Inherited from System.Windows.Forms.Control)
Protected PropertyCreateParamsGets the required creation parameters when the control handle is created. (Inherited from System.Windows.Forms.Control)
Protected PropertyDefaultCursorGets or sets the default cursor for the control. (Inherited from System.Windows.Forms.Control)
Protected PropertyDefaultImeModeGets the default Input Method Editor (IME) mode supported by the control. (Inherited from System.Windows.Forms.Control)
Protected PropertyDefaultMarginGets the space, in pixels, that is specified by default between controls. (Inherited from System.Windows.Forms.Control)
Protected PropertyDefaultMaximumSizeGets the length and height, in pixels, that is specified as the default maximum size of a control. (Inherited from System.Windows.Forms.Control)
Protected PropertyDefaultMinimumSizeGets the length and height, in pixels, that is specified as the default minimum size of a control. (Inherited from System.Windows.Forms.Control)
Protected PropertyDefaultPaddingGets the internal spacing, in pixels, of the contents of a control. (Inherited from System.Windows.Forms.Control)
Protected PropertyDesignMode (Inherited from System.ComponentModel.Component)
Protected PropertyDoubleBufferedGets or sets a value indicating whether this control should redraw its surface using a secondary buffer to reduce or prevent flicker. (Inherited from System.Windows.Forms.Control)
Protected PropertyEvents (Inherited from System.ComponentModel.Component)
Protected PropertyFontHeightGets or sets the height of the font of the control. (Inherited from System.Windows.Forms.Control)
Protected PropertyImeModeBaseGets or sets the IME mode of a control. (Inherited from System.Windows.Forms.Control)
Protected PropertyRectParentMenuButton  
Protected PropertyResizeRedrawGets or sets a value indicating whether the control redraws itself when resized. (Inherited from System.Windows.Forms.Control)
Protected PropertyScaleChildrenGets a value that determines the scaling of child controls. (Inherited from System.Windows.Forms.Control)
Top
Public Methods
 NameDescription
Public MethodAddCloseButtonAdds a CaptionCommandButton to the CommandBar which can be closed. This CaptionCommandButton has a "Close" image and the click on this button causes the closing of the CommandBar.  
Public MethodAdjustCaptionLayoutSpecifies the visibility, size and location of the CaptionCommandButtons on the caption area of the floating CommandBar.  
Public MethodAdjustLayoutOverridden. In default implementation this function specifies the size and location of the CaptionCommandButtons on the caption area of the floating CommandBar.  You can override this function in the derived class to adjust the layout of the toolbar buttons located on the CommandBar.  
Public MethodApplyRestoredInfoApplies data stored in the CommonStateSerializer object to the corresponding property of the instance of the CommandBar.  
Public MethodBeginInvokeOverloaded. Executes the specified delegate asynchronously on the thread that the control's underlying handle was created on. (Inherited from System.Windows.Forms.Control)
Public MethodBringToFrontBrings the control to the front of the z-order. (Inherited from System.Windows.Forms.Control)
Public MethodBuildBorderRectIndicates the border area of the floating CommandBar located at it's specified edge.  
Public MethodBuildCaptionRectOverloaded. Specifies the caption's boundaries of the floating CommandBar.  
Public MethodBuildGripperRectSpecifies the boundaries of the gripper's area on the CommandBar.  
Public MethodButtonFromIDOverloaded. This function gets a null reference in it's default implementation. You can override this function in the derived class to return a ToolbarButton located on the current CommandBar by it's specified identifier.  
Public MethodButtonFromPointGets a visible ToolbarButton from the CommandBar which boundaries contain the specified point. If no ToolbarButton contains such a point the null reference should be returned.  
Public MethodCalcBorderSize

This function is called by the framework on painting CommandBar to specify the size of three-dimensional borders on the CommandBar in floating state.

 
Public MethodCalcClientSize
In default implementation this function  returns an empty rectangle. You can override this function in the
derived class to calculate the height and width of the client area of the CommandBar.
 
Public MethodCalcTotalSize

Calculates the total size of the CommandBar. It consists of the client size, the size of gripper, border, caption. You can override this function in the derived class to customize the calculation of the total size of the CommandBar.

 
Public MethodCanExecuteRibbonCommand  
Public MethodChangeHighlightedButtonCalled by the framework to highlight the specified button. This function has no default implementation, you should override it in the derived class.  
Public MethodClearCaptureStateThis function has no default implementation. You can override it in the derived class so that if any ToolbarButton from the CommandBar has a capture this state will be lost.  
Public MethodClearPressedObject (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public MethodClearStateRemove highlighted and pressed state from Command Panel. (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public MethodClose  
Public MethodCloseChainCloses a set of the related command bars.  
Public MethodContainsRetrieves a value indicating whether the specified control is a child of the control. (Inherited from System.Windows.Forms.Control)
Public MethodCreateControlForces the creation of the visible control, including the creation of the handle and any visible child controls. (Inherited from System.Windows.Forms.Control)
Public MethodCreateGraphicsCreates the System.Drawing.Graphics for the control. (Inherited from System.Windows.Forms.Control)
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodCreateToolTip  
Public MethodDestroyDestroys the handle associated with the CommandBar in default implementation. You can override it in the derived class to customize the destruction of the CommandBar.  
Public MethodDisposeOverloaded. Overridden.   
Public MethodDockToRecentPosThis function has no default implementation. You should override it in the derived class to dock the command bar to its recent position.  
Public MethodDoDragDropBegins a drag-and-drop operation. (Inherited from System.Windows.Forms.Control)
Public MethodDrawSeparatorDraws a separator on the surface of the command bar.  
Public MethodDrawToBitmapSupports rendering to the specified bitmap. (Inherited from System.Windows.Forms.Control)
Public MethodEndInvokeRetrieves the return value of the asynchronous operation represented by the System.IAsyncResult passed. (Inherited from System.Windows.Forms.Control)
Public MethodEnsureVisible (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public MethodExcludeNCAreaReturns a value, which is a difference (or a sum) between value and the width (or height) of non-client area. In default implementation the non-client area includes the size of the border, gripper and caption.  
Public MethodExecuteButtonCommandExecutes a command related to the specified toolbar button.  
Public MethodExecuteRibbonCommand  
Public MethodExitBackstageMode  
Public MethodFindFormRetrieves the form that the control is on. (Inherited from System.Windows.Forms.Control)
Public MethodFindLastVisibleButtonCalled by the framework to find the nearest visible button located before the button with specified index in item collection.  
Public MethodFindNextVisibleButtonCalled by the framework to find the nearest visible button located after the button with specified index in item collection.  
Public MethodFindNextVisibleObject (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public MethodFocusSets input focus to the control. (Inherited from System.Windows.Forms.Control)
Public MethodGetCaptionSize

Returns the permissible minimum size of the caption. If the CommandBar is not in floating mode, it returns an empty size.

 
Public MethodGetChildAtPointOverloaded. Retrieves the child control that is located at the specified coordinates, specifying whether to ignore child controls of a certain type. (Inherited from System.Windows.Forms.Control)
Public MethodGetContainerControlReturns the next System.Windows.Forms.ContainerControl up the control's chain of parent controls. (Inherited from System.Windows.Forms.Control)
Public Methodstatic (Shared in Visual Basic)GetDefaultImage  
Public Methodstatic (Shared in Visual Basic)GetDefaultImageDisabled  
Public MethodGetDockedSizeReturns the current size of the CommandBar depending on the current DockEdge. In default implementation returns the current size of the CommandBar.  
Public MethodGetExtAreaLeftBound  
Public MethodGetGripperSize
Returns the size and location of  the gripper.
 
Public MethodGetItemsAdds all items and its subitems to the specified ArrayList. (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public MethodGetKeyTipRect (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodGetNextControlRetrieves the next control forward or back in the tab order of child controls. (Inherited from System.Windows.Forms.Control)
Public MethodGetObjectDataGets serialization information with all of the data needed to recreate an instance of this CommandBar.  
Public MethodGetPreferredSizeRetrieves the size of a rectangular area into which a control can be fitted. (Inherited from System.Windows.Forms.Control)
Public MethodGetRecentDockRowSpecifies the row where the command bar was recently docked.  
Public MethodGetRecentFloatingSize
Called by the framework on setting floating mode for the CommandBar. Gets location and size of the
miniframe where the CommandBar was recent located (before docking or closing).
 
Public MethodGetServiceOverridden. Gets the requested service  
Public MethodGetToolTipDataIn default implementation this function returns false. You can override this function in your derived class to specify the TooltipData for the command object from the specified point or hide tooltips if there is no command object under the mouse cursor. (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public MethodGetTotalButtonSizeReturns the summary width or height of the buttons from the command bar.  
Public MethodHandleTooltip  
Public MethodHideConceals the control from the user. (Inherited from System.Windows.Forms.Control)
Public MethodHideChainMakes a set of the related command bars invisible.  
Public MethodHighlightFirstLastCommandObject (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public MethodHighlightNextCommandObject (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodInsertButtonInserts the specified button to the toolbar button collection at the specified position.  
Public MethodInvalidateOverloaded. Invalidates the specified region of the control (adds it to the control's update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control. (Inherited from System.Windows.Forms.Control)
Public MethodInvokeOverloaded. Executes the specified delegate on the thread that owns the control's underlying window handle. (Inherited from System.Windows.Forms.Control)
Public MethodIsAboveRibbon  
Public Methodstatic (Shared in Visual Basic)IsCustomizeModeIndicates a value whether the CommandBar is currently in the customize mode.  
Public MethodIsMiniToolbar  
Public MethodIsMiniToolbarDesigner  
Public MethodIsQAT  
Public MethodIsVisibleRectContainsPointIndicates a value whether a visible part of the CommandPanel contaims a specified point. (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public MethodObjectFromIDGets first occurance of the command object from the item collection with a specified identifier. (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public MethodObjectFromPointReturns the left or right a scroll button of the command panel if one of them contains a specified point, otherwise, null reference. (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public MethodOnBeforeShowPopupMenuRaises the BeforeShowPopupMenu event.  
Public MethodOnCalcSeparatorRectCalled by the framework to calculate the boundaries of the separator.  
Public MethodOnCancelMode (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public MethodOnDrawOverloaded. Overridden. Draws the interior of the command bar.  
Public MethodOnDrawBackgroundCalled by the framework to draw the boundaries and fill the interior of the command bar.  
Public MethodOnDrawCaptionCalled when the caption of the CommandBar is drawn.  
Public MethodOnDWMCompositionChanged  
Public MethodOnInitComplete

Called by the framework when the initialization of the CommandBar is complete. This function has no default implementation. You can override it in the derived class to perform additional custom processes after initialization of the CommandBar.

 
Public MethodOnUserPreferenceChanged  
Public MethodPerformLayoutOverloaded. Forces the control to apply layout logic to all its child controls. (Inherited from System.Windows.Forms.Control)
Public MethodPointToClientComputes the location of the specified screen point into client coordinates. (Inherited from System.Windows.Forms.Control)
Public MethodPointToScreenComputes the location of the specified client point into screen coordinates. (Inherited from System.Windows.Forms.Control)
Public MethodPreProcessControlMessagePreprocesses keyboard or input messages within the message loop before they are dispatched. (Inherited from System.Windows.Forms.Control)
Public MethodPreProcessMessagePreprocesses keyboard or input messages within the message loop before they are dispatched. (Inherited from System.Windows.Forms.Control)
Public MethodProcessMouseDownHandle mouse down event when  the CommandPanel is clicked by mouse. (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public MethodProcessMouseLeaveHandle mouse  leave event when the cursor leaves the CommandPanel. (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public MethodProcessMouseMoveHandle mouse move event when  the cursor  moves over the CommandPanel. (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public MethodProcessMouseUpHandle mouse up event. (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public MethodRaiseExecuteCommand  
Public MethodRecreate
Recreates the CommandBar from the specified CommandBar using serialization info.
 
Public MethodRectangleToClientComputes the size and location of the specified screen rectangle in client coordinates. (Inherited from System.Windows.Forms.Control)
Public MethodRectangleToScreenComputes the size and location of the specified client rectangle in screen coordinates. (Inherited from System.Windows.Forms.Control)
Public MethodRefreshRedraws the visible container of the command panel. (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public MethodRemoveButtonOverloaded. Removes a toolbar button with the specified index from the command bar.  
Public MethodRemoveCloseButtonRemoves "Close" button from the caption of the CommandBar.  
Public MethodRemoveHighlighting (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public MethodRepositionTooltip (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public MethodResetTextResets the System.Windows.Forms.Control.Text property to its default value. (Inherited from System.Windows.Forms.Control)
Public MethodResizeBarResizes CommandBar on MouseMove event if the CommandBar is captured.  
Public MethodResumeLayoutOverloaded. Resumes usual layout logic. (Inherited from System.Windows.Forms.Control)
Public MethodScale (Inherited from System.Windows.Forms.Control)
Public MethodScrollCommandPanelCalled by teh framework to scroll the Command Panel. (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public MethodSelectOverloaded. Activates the control. (Inherited from System.Windows.Forms.Control)
Public MethodSelectNextControlActivates the next control. (Inherited from System.Windows.Forms.Control)
Public MethodSendToBackSends the control to the back of the z-order. (Inherited from System.Windows.Forms.Control)
Public MethodSetActiveOnWmActivate  
Public MethodSetBoundsOverloaded. Sets the bounds of the control to the specified location and size. (Inherited from System.Windows.Forms.Control)
Public MethodSetCapturedButtonThis function has no default implementation. Override it in the derived class to set a capture to the specified button.  
Public MethodSetCheckedObject (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public MethodSetFloatModeSets or unsets the floating mode for the CommandBar.  
Public MethodSetRefToCurrentDockRowSets a reference to a DockRow which the CommandBar is currently docked at.  
Public MethodShouldSerializeHighlightModeIndicates a value whether the HighlightMode property should be serialized. (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public MethodShouldSerializeParentCommandBarManagerIndicates a value whether the parent CommandBarManager should be serialized.  
Public MethodShouldSerializeTopLevelBarSpecifies if it is necessary to serialize the top level CommandBar.  
Public MethodShouldSerializeVisualStyleSpecifies if it is necessary to serialize the visual style of the CommandBar.  
Public MethodShowDisplays the control to the user. (Inherited from System.Windows.Forms.Control)
Public MethodStoreRecentPosCalled by the framework to store the current position of the command bar. This data is used on restoring the recent docking row, recent miniframe.  
Public MethodStretch

Changes the size of the CommandBar to the specified value.

 
Public MethodSuspendLayoutTemporarily suspends the layout logic for the control. (Inherited from System.Windows.Forms.Control)
Public MethodToString (Inherited from System.ComponentModel.Component)
Public MethodUpdateCauses the control to redraw the invalidated regions within its client area. (Inherited from System.Windows.Forms.Control)
Public MethodUpdateCommonStateUpdates the state of the CommandBar from the serialization information.  
Public MethodUpdateVirtualRectSets the virtual rectangle of the CommandBar equal to it's bounds.  
Top
Protected Methods
 NameDescription
Protected MethodCanDisplayCutsomizeButton  
Protected MethodCanSelectObject (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Protected MethodCloneFromSerializationInfo  
Protected MethodCorrectHotPoint  
Protected MethodCreateAccessibilityInstanceCreates a new accessibility object for the control. (Inherited from System.Windows.Forms.Control)
Protected MethodCreateControlsInstanceCreates a new instance of the control collection for the control. (Inherited from System.Windows.Forms.Control)
Protected MethodCreateHandleCreates a handle for the control. (Inherited from System.Windows.Forms.Control)
Protected MethodDefWndProcSends the specified message to the default window procedure. (Inherited from System.Windows.Forms.Control)
Protected MethodDestroyHandleDestroys the handle associated with the control. (Inherited from System.Windows.Forms.Control)
Protected MethodEndTrack  
Protected MethodFillControlVisualDef  
Protected MethodFillDrawBarBorder  
Protected MethodFinalize (Inherited from System.ComponentModel.Component)
Protected MethodFindFirstVisibleObject (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Protected MethodFindLastVisibleObject (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Protected MethodGetAccessibilityObjectByIdRetrieves the specified System.Windows.Forms.AccessibleObject. (Inherited from System.Windows.Forms.Control)
Protected MethodGetAutoSizeModeRetrieves a value indicating how a control will behave when its System.Windows.Forms.Control.AutoSize property is enabled. (Inherited from System.Windows.Forms.Control)
Protected MethodGetRegularItemsArea  
Protected MethodGetScaledBoundsRetrieves the bounds within which the control is scaled. (Inherited from System.Windows.Forms.Control)
Protected MethodGetStyleRetrieves the value of the specified control style bit for the control. (Inherited from System.Windows.Forms.Control)
Protected MethodGetTopLevelDetermines if the control is a top-level control. (Inherited from System.Windows.Forms.Control)
Protected MethodHitTest  
Protected MethodInit  
Protected MethodInitLayoutCalled after the control has been added to another container. (Inherited from System.Windows.Forms.Control)
Protected MethodInvokeGotFocusRaises the System.Windows.Forms.Control.GotFocus event for the specified control. (Inherited from System.Windows.Forms.Control)
Protected MethodInvokeLostFocusRaises the System.Windows.Forms.Control.LostFocus event for the specified control. (Inherited from System.Windows.Forms.Control)
Protected MethodInvokeOnClickRaises the System.Windows.Forms.Control.Click event for the specified control. (Inherited from System.Windows.Forms.Control)
Protected MethodInvokePaintRaises the System.Windows.Forms.Control.Paint event for the specified control. (Inherited from System.Windows.Forms.Control)
Protected MethodInvokePaintBackgroundRaises the PaintBackground event for the specified control. (Inherited from System.Windows.Forms.Control)
Protected MethodIsInputCharDetermines if a character is an input character that the control recognizes. (Inherited from System.Windows.Forms.Control)
Protected MethodIsInputKeyDetermines whether the specified key is a regular input key or a special key that requires preprocessing. (Inherited from System.Windows.Forms.Control)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodMouseLocationFromMouseEventArgs (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Protected MethodNotifyInvalidateRaises the System.Windows.Forms.Control.Invalidated event with a specified region of the control to invalidate. (Inherited from System.Windows.Forms.Control)
Protected MethodOnAutoSizeChangedRaises the System.Windows.Forms.Control.AutoSizeChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnBackColorChangedRaises the System.Windows.Forms.Control.BackColorChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnBackgroundImageChangedRaises the System.Windows.Forms.Control.BackgroundImageChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnBackgroundImageLayoutChangedRaises the System.Windows.Forms.Control.BackgroundImageLayoutChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnBindingContextChangedRaises the System.Windows.Forms.Control.BindingContextChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnCalcCommandObjectSize (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Protected MethodOnCausesValidationChangedRaises the System.Windows.Forms.Control.CausesValidationChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnChangeUICuesRaises the System.Windows.Forms.Control.ChangeUICues event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnClickRaises the System.Windows.Forms.Control.Click event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnClickScrollButton (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Protected MethodOnClientSizeChangedRaises the System.Windows.Forms.Control.ClientSizeChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnClose  
Protected MethodOnCloseButtonClicked  
Protected MethodOnCommandBarManagerChanged  
Protected MethodOnContextMenuChangedRaises the System.Windows.Forms.Control.ContextMenuChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnContextMenuStripChangedRaises the System.Windows.Forms.Control.ContextMenuStripChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnControlAddedRaises the System.Windows.Forms.Control.ControlAdded event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnControlRemovedRaises the System.Windows.Forms.Control.ControlRemoved event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnCreateControlOverridden.   
Protected MethodOnCursorChangedRaises the System.Windows.Forms.Control.CursorChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnCustomizeModeChangedOverloaded.   
Protected MethodOnDockChangedRaises the System.Windows.Forms.Control.DockChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnDockRowChanged  
Protected MethodOnDoubleClickOverridden.   
Protected MethodOnDragDropRaises the System.Windows.Forms.Control.DragDrop event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnDragEnterRaises the System.Windows.Forms.Control.DragEnter event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnDragLeaveRaises the System.Windows.Forms.Control.DragLeave event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnDragOverRaises the System.Windows.Forms.Control.DragOver event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnDrawCommandPanelScroll (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Protected MethodOnEnabledChangedRaises the System.Windows.Forms.Control.EnabledChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnEnterRaises the System.Windows.Forms.Control.Enter event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnExecuteCommandOverloaded.   
Protected MethodOnFillBackground  
Protected MethodOnFloatModeChanged  
Protected MethodOnFontChangedRaises the System.Windows.Forms.Control.FontChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnForeColorChangedRaises the System.Windows.Forms.Control.ForeColorChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnGiveFeedbackRaises the System.Windows.Forms.Control.GiveFeedback event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnGotFocusRaises the System.Windows.Forms.Control.GotFocus event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnHandleCreatedRaises the System.Windows.Forms.Control.HandleCreated event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnHandleDestroyedRaises the System.Windows.Forms.Control.HandleDestroyed event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnHelpRequestedRaises the System.Windows.Forms.Control.HelpRequested event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnHighlightChanged (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Protected MethodOnImeModeChangedRaises the System.Windows.Forms.Control.ImeModeChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnInvalidatedRaises the System.Windows.Forms.Control.Invalidated event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnKeyDownRaises the System.Windows.Forms.Control.KeyDown event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnKeyPressRaises the System.Windows.Forms.Control.KeyPress event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnKeyUpRaises the System.Windows.Forms.Control.KeyUp event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnLayoutRaises the System.Windows.Forms.Control.Layout event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnLeaveRaises the System.Windows.Forms.Control.Leave event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnLocationChangedOverridden.   
Protected MethodOnLostFocusRaises the System.Windows.Forms.Control.LostFocus event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnMarginChangedRaises the System.Windows.Forms.Control.MarginChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnMouseCaptureChangedRaises the System.Windows.Forms.Control.MouseCaptureChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnMouseClickRaises the System.Windows.Forms.Control.MouseClick event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnMouseDoubleClickRaises the System.Windows.Forms.Control.MouseDoubleClick event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnMouseDownOverridden.   
Protected MethodOnMouseEnterRaises the System.Windows.Forms.Control.MouseEnter event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnMouseHoverRaises the System.Windows.Forms.Control.MouseHover event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnMouseLeave (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Protected MethodOnMouseMoveOverridden.   
Protected MethodOnMouseUpOverridden.   
Protected MethodOnMouseWheelRaises the System.Windows.Forms.Control.MouseWheel event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnMoveRaises the System.Windows.Forms.Control.Move event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnNotifyMessageNotifies the control of Windows messages. (Inherited from System.Windows.Forms.Control)
Protected MethodOnPaddingChangedRaises the System.Windows.Forms.Control.PaddingChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnPaint (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Protected MethodOnPaintBackgroundPaints the background of the control. (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentBackColorChangedRaises the System.Windows.Forms.Control.BackColorChanged event when the System.Windows.Forms.Control.BackColor property value of the control's container changes. (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentBackgroundImageChangedRaises the System.Windows.Forms.Control.BackgroundImageChanged event when the System.Windows.Forms.Control.BackgroundImage property value of the control's container changes. (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentBindingContextChangedRaises the System.Windows.Forms.Control.BindingContextChanged event when the System.Windows.Forms.Control.BindingContext property value of the control's container changes. (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentChangedOverridden.   
Protected MethodOnParentCursorChangedRaises the System.Windows.Forms.Control.CursorChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentEnabledChangedRaises the System.Windows.Forms.Control.EnabledChanged event when the System.Windows.Forms.Control.Enabled property value of the control's container changes. (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentFontChangedRaises the System.Windows.Forms.Control.FontChanged event when the System.Windows.Forms.Control.Font property value of the control's container changes. (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentForeColorChangedRaises the System.Windows.Forms.Control.ForeColorChanged event when the System.Windows.Forms.Control.ForeColor property value of the control's container changes. (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentRightToLeftChangedRaises the System.Windows.Forms.Control.RightToLeftChanged event when the System.Windows.Forms.Control.RightToLeft property value of the control's container changes. (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentVisibleChangedRaises the System.Windows.Forms.Control.VisibleChanged event when the System.Windows.Forms.Control.Visible property value of the control's container changes. (Inherited from System.Windows.Forms.Control)
Protected MethodOnPreviewKeyDownRaises the System.Windows.Forms.Control.PreviewKeyDown event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnPrintRaises the System.Windows.Forms.Control.Paint event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnQueryContinueDragRaises the System.Windows.Forms.Control.QueryContinueDrag event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnRegionChangedRaises the System.Windows.Forms.Control.RegionChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnResizeRaises the System.Windows.Forms.Control.Resize event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnRightToLeftChangedRaises the System.Windows.Forms.Control.RightToLeftChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnScrollButtonPropertyChanged (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Protected MethodOnSetNewRow  
Protected MethodOnSizeChangedOverridden.   
Protected MethodOnStandAloneModeChanged  
Protected MethodOnStyleChangedRaises the System.Windows.Forms.Control.StyleChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnSystemColorsChangedRaises the System.Windows.Forms.Control.SystemColorsChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnTabIndexChangedRaises the System.Windows.Forms.Control.TabIndexChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnTabStopChangedRaises the System.Windows.Forms.Control.TabStopChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnTextChangedOverridden.   
Protected MethodOnToolbarButtonClick  
Protected MethodOnToolbarButtonShowTooltip  
Protected MethodOnValidatedRaises the System.Windows.Forms.Control.Validated event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnValidatingRaises the System.Windows.Forms.Control.Validating event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnVisibleChanged (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Protected MethodOnVisualManagerChangedOverloaded.   
Protected MethodProcessCmdKeyProcesses a command key. (Inherited from System.Windows.Forms.Control)
Protected MethodProcessDialogCharProcesses a dialog character. (Inherited from System.Windows.Forms.Control)
Protected MethodProcessDialogKeyProcesses a dialog key. (Inherited from System.Windows.Forms.Control)
Protected MethodProcessKeyEventArgsProcesses a key message and generates the appropriate control events. (Inherited from System.Windows.Forms.Control)
Protected MethodProcessKeyPreviewPreviews a keyboard message. (Inherited from System.Windows.Forms.Control)
Protected Methodraise_CalcCommandObjectSize (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Protected Methodraise_CommandBarManagerChanged  
Protected Methodraise_DockRowChanged  
Protected Methodraise_ExecuteCommand (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Protected Methodraise_FloatModeChanged  
Protected Methodraise_HighlightChanged (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Protected Methodraise_StandAloneModeChanged  
Protected Methodraise_ToolbarButtonClick  
Protected Methodraise_ToolbarButtonShowTooltip  
Protected MethodRaiseDragEventRaises the appropriate drag event. (Inherited from System.Windows.Forms.Control)
Protected MethodRaiseKeyEventRaises the appropriate key event. (Inherited from System.Windows.Forms.Control)
Protected MethodRaiseMouseEventRaises the appropriate mouse event. (Inherited from System.Windows.Forms.Control)
Protected MethodRaisePaintEventRaises the appropriate paint event. (Inherited from System.Windows.Forms.Control)
Protected MethodRecreateHandleForces the re-creation of the handle for the control. (Inherited from System.Windows.Forms.Control)
Protected MethodResetMouseEventArgsResets the control to handle the System.Windows.Forms.Control.MouseLeave event. (Inherited from System.Windows.Forms.Control)
Protected MethodRouteMouseDown (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Protected MethodRouteMouseLeave (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Protected MethodRouteMouseMove (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Protected MethodRouteMouseUp (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Protected MethodRtlTranslateAlignmentOverloaded. Converts the specified System.Windows.Forms.HorizontalAlignment to the appropriate System.Windows.Forms.HorizontalAlignment to support right-to-left text. (Inherited from System.Windows.Forms.Control)
Protected MethodRtlTranslateHorizontalConverts the specified System.Windows.Forms.HorizontalAlignment to the appropriate System.Windows.Forms.HorizontalAlignment to support right-to-left text. (Inherited from System.Windows.Forms.Control)
Protected MethodRtlTranslateLeftRightConverts the specified System.Windows.Forms.LeftRightAlignment to the appropriate System.Windows.Forms.LeftRightAlignment to support right-to-left text. (Inherited from System.Windows.Forms.Control)
Protected MethodScaleControl (Inherited from System.Windows.Forms.Control)
Protected MethodSetAutoSizeModeSets a value indicating how a control will behave when its System.Windows.Forms.Control.AutoSize property is enabled. (Inherited from System.Windows.Forms.Control)
Protected MethodSetBoundsCorePerforms the work of setting the specified bounds of this control. (Inherited from System.Windows.Forms.Control)
Protected MethodSetClientSizeCoreSets the size of the client area of the control. (Inherited from System.Windows.Forms.Control)
Protected MethodSetCursor  
Protected MethodSetScrollOffset (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Protected MethodSetStyleSets a specified System.Windows.Forms.ControlStyles flag to either true or false. (Inherited from System.Windows.Forms.Control)
Protected MethodSetTopLevelSets the control as the top-level control. (Inherited from System.Windows.Forms.Control)
Protected MethodSetUpEvents (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Protected MethodSetVisibleCoreSets the control to the specified visible state. (Inherited from System.Windows.Forms.Control)
Protected MethodSizeFromClientSize (Inherited from System.Windows.Forms.Control)
Protected MethodUpdateStylesForces the assigned styles to be reapplied to the control. (Inherited from System.Windows.Forms.Control)
Protected MethodUpdateZOrderUpdates the control in its parent's z-order. (Inherited from System.Windows.Forms.Control)
Protected MethodWndProc (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Top
Public Events
 NameDescription
Public EventBackColorChangedOccurs when the value of the System.Windows.Forms.Control.BackColor property changes. (Inherited from System.Windows.Forms.Control)
Public EventBackgroundImageChangedOccurs when the value of the System.Windows.Forms.Control.BackgroundImage property changes. (Inherited from System.Windows.Forms.Control)
Public EventBackgroundImageLayoutChangedOccurs when the System.Windows.Forms.Control.BackgroundImageLayout property changes. (Inherited from System.Windows.Forms.Control)
Public EventBindingContextChangedOccurs when the value of the System.Windows.Forms.BindingContext property changes. (Inherited from System.Windows.Forms.Control)
Public EventCalcCommandObjectSizeOccurs when a size of item from Gallery Control is calculated. (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public EventCausesValidationChangedOccurs when the value of the System.Windows.Forms.Control.CausesValidation property changes. (Inherited from System.Windows.Forms.Control)
Public EventChangeUICuesOccurs when the focus or keyboard user interface (UI) cues change. (Inherited from System.Windows.Forms.Control)
Public EventClickOccurs when the control is clicked. (Inherited from System.Windows.Forms.Control)
Public EventClientSizeChangedOccurs when the value of the System.Windows.Forms.Control.ClientSize property changes. (Inherited from System.Windows.Forms.Control)
Public EventCommandBarManagerChanged  
Public EventContextMenuChangedOccurs when the value of the System.Windows.Forms.Control.ContextMenu property changes. (Inherited from System.Windows.Forms.Control)
Public EventContextMenuStripChangedOccurs when the value of the System.Windows.Forms.Control.ContextMenuStrip property changes. (Inherited from System.Windows.Forms.Control)
Public EventControlAddedOccurs when a new control is added to the System.Windows.Forms.Control.ControlCollection. (Inherited from System.Windows.Forms.Control)
Public EventControlRemovedOccurs when a control is removed from the System.Windows.Forms.Control.ControlCollection. (Inherited from System.Windows.Forms.Control)
Public EventCursorChangedOccurs when the value of the System.Windows.Forms.Control.Cursor property changes. (Inherited from System.Windows.Forms.Control)
Public EventDisposed (Inherited from System.ComponentModel.Component)
Public EventDockChangedOccurs when the value of the System.Windows.Forms.Control.Dock property changes. (Inherited from System.Windows.Forms.Control)
Public EventDockRowChangedOccurs when the command bar changes it's parent dock row.  
Public EventDoubleClickOccurs when the control is double-clicked. (Inherited from System.Windows.Forms.Control)
Public EventDragDropOccurs when a drag-and-drop operation is completed. (Inherited from System.Windows.Forms.Control)
Public EventDragEnterOccurs when an object is dragged into the control's bounds. (Inherited from System.Windows.Forms.Control)
Public EventDragLeaveOccurs when an object is dragged out of the control's bounds. (Inherited from System.Windows.Forms.Control)
Public EventDragOverOccurs when an object is dragged over the control's bounds. (Inherited from System.Windows.Forms.Control)
Public EventEnabledChangedOccurs when the System.Windows.Forms.Control.Enabled property value has changed. (Inherited from System.Windows.Forms.Control)
Public EventEnterOccurs when the control is entered. (Inherited from System.Windows.Forms.Control)
Public EventExecuteCommandOccurs when any command object clicked on the command panel. Executes a set of commands related to the clicked command. (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public EventFloatModeChangedOccurs when the command bar becomes floating or docking.  
Public EventFontChangedOccurs when the System.Windows.Forms.Control.Font property value changes. (Inherited from System.Windows.Forms.Control)
Public EventForeColorChangedOccurs when the System.Windows.Forms.Control.ForeColor property value changes. (Inherited from System.Windows.Forms.Control)
Public EventGiveFeedbackOccurs during a drag operation. (Inherited from System.Windows.Forms.Control)
Public EventGotFocusOccurs when the control receives focus. (Inherited from System.Windows.Forms.Control)
Public EventHandleCreatedOccurs when a handle is created for the control. (Inherited from System.Windows.Forms.Control)
Public EventHandleDestroyedOccurs when the control's handle is in the process of being destroyed. (Inherited from System.Windows.Forms.Control)
Public EventHelpRequestedOccurs when the user requests help for a control. (Inherited from System.Windows.Forms.Control)
Public EventHighlightChanged (Inherited from BCGSoft.Controls.Shared.CommandPanel)
Public EventImeModeChangedOccurs when the System.Windows.Forms.Control.ImeMode property has changed. (Inherited from System.Windows.Forms.Control)
Public EventInvalidatedOccurs when a control's display requires redrawing. (Inherited from System.Windows.Forms.Control)
Public EventKeyDownOccurs when a key is pressed while the control has focus. (Inherited from System.Windows.Forms.Control)
Public EventKeyPressOccurs when a character. space or backspace key is pressed while the control has focus. (Inherited from System.Windows.Forms.Control)
Public EventKeyUpOccurs when a key is released while the control has focus. (Inherited from System.Windows.Forms.Control)
Public EventLayoutOccurs when a control should reposition its child controls. (Inherited from System.Windows.Forms.Control)
Public EventLeaveOccurs when the input focus leaves the control. (Inherited from System.Windows.Forms.Control)
Public EventLocationChangedOccurs when the System.Windows.Forms.Control.Location property value has changed. (Inherited from System.Windows.Forms.Control)
Public EventLostFocusOccurs when the control loses focus. (Inherited from System.Windows.Forms.Control)
Public EventMarginChangedOccurs when the control's margin changes. (Inherited from System.Windows.Forms.Control)
Public EventMouseCaptureChangedOccurs when the control loses mouse capture. (Inherited from System.Windows.Forms.Control)
Public EventMouseClickOccurs when the control is clicked by the mouse. (Inherited from System.Windows.Forms.Control)
Public EventMouseDoubleClickOccurs when the control is double clicked by the mouse. (Inherited from System.Windows.Forms.Control)
Public EventMouseDownOccurs when the mouse pointer is over the control and a mouse button is pressed. (Inherited from System.Windows.Forms.Control)
Public EventMouseEnterOccurs when the mouse pointer enters the control. (Inherited from System.Windows.Forms.Control)
Public EventMouseHoverOccurs when the mouse pointer rests on the control. (Inherited from System.Windows.Forms.Control)
Public EventMouseLeaveOccurs when the mouse pointer leaves the control. (Inherited from System.Windows.Forms.Control)
Public EventMouseMoveOccurs when the mouse pointer is moved over the control. (Inherited from System.Windows.Forms.Control)
Public EventMouseUpOccurs when the mouse pointer is over the control and a mouse button is released. (Inherited from System.Windows.Forms.Control)
Public EventMouseWheelOccurs when the mouse wheel moves while the control has focus. (Inherited from System.Windows.Forms.Control)
Public EventMoveOccurs when the control is moved. (Inherited from System.Windows.Forms.Control)
Public EventPaddingChangedOccurs when the control's padding changes. (Inherited from System.Windows.Forms.Control)
Public EventPaintOccurs when the control is redrawn. (Inherited from System.Windows.Forms.Control)
Public EventParentChangedOccurs when the System.Windows.Forms.Control.Parent property value changes. (Inherited from System.Windows.Forms.Control)
Public EventPreviewKeyDownOccurs before the System.Windows.Forms.Control.KeyDown event when a key is pressed while focus is on this control. (Inherited from System.Windows.Forms.Control)
Public EventQueryAccessibilityHelpOccurs when System.Windows.Forms.AccessibleObject is providing help to accessibility applications. (Inherited from System.Windows.Forms.Control)
Public EventQueryContinueDragOccurs during a drag-and-drop operation and enables the drag source to determine whether the drag-and-drop operation should be canceled. (Inherited from System.Windows.Forms.Control)
Public EventRegionChangedOccurs when the value of the System.Windows.Forms.Control.Region property changes. (Inherited from System.Windows.Forms.Control)
Public EventResizeOccurs when the control is resized. (Inherited from System.Windows.Forms.Control)
Public EventRightToLeftChangedOccurs when the System.Windows.Forms.Control.RightToLeft property value changes. (Inherited from System.Windows.Forms.Control)
Public EventSizeChangedOccurs when the System.Windows.Forms.Control.Size property value changes. (Inherited from System.Windows.Forms.Control)
Public EventStandAloneModeChangedOccurs when the command bar gets a stand alone mode or lose it.  
Public EventStyleChangedOccurs when the control style changes. (Inherited from System.Windows.Forms.Control)
Public EventSystemColorsChangedOccurs when the system colors change. (Inherited from System.Windows.Forms.Control)
Public EventTabIndexChangedOccurs when the System.Windows.Forms.Control.TabIndex property value changes. (Inherited from System.Windows.Forms.Control)
Public EventTabStopChangedOccurs when the System.Windows.Forms.Control.TabStop property value changes. (Inherited from System.Windows.Forms.Control)
Public EventTextChangedOccurs when the System.Windows.Forms.Control.Text property value changes. (Inherited from System.Windows.Forms.Control)
Public EventToolbarButtonClick  
Public EventToolbarButtonShowTooltip  
Public EventValidatedOccurs when the control is finished validating. (Inherited from System.Windows.Forms.Control)
Public EventValidatingOccurs when the control is validating. (Inherited from System.Windows.Forms.Control)
Public EventVisibleChangedOccurs when the System.Windows.Forms.Control.Visible property value changes. (Inherited from System.Windows.Forms.Control)
Top
See Also

Reference

CommandBar Class
BCGSoft.ControlBars Namespace

Send Feedback