BCGControlBar Library for .NET
BackstageMenuButtonDesigner Class Members
Fields  Properties  Methods 


The following tables list the members exposed by BackstageMenuButtonDesigner.

Public Constructors
 NameDescription
Public ConstructorBackstageMenuButtonDesigner Constructor  
Top
Protected Fields
 NameDescription
Protected FieldaccessibilityObjSpecifies the accessibility object for the designer. (Inherited from System.Windows.Forms.Design.ControlDesigner)
Protected Fieldm_DesignerHost  
Protected Fieldm_selService  
Protected Fieldm_Verbs  
Top
Public Properties
 NameDescription
Public PropertyAccessibilityObjectGets the System.Windows.Forms.AccessibleObject assigned to the control. (Inherited from System.Windows.Forms.Design.ControlDesigner)
Public PropertyActionListsGets the design-time action lists supported by the component associated with the designer. (Inherited from System.ComponentModel.Design.ComponentDesigner)
Public PropertyAssociatedComponentsGets the collection of components associated with the component managed by the designer. (Inherited from System.Windows.Forms.Design.ControlDesigner)
Public PropertyAutoResizeHandlesGets or sets a value indicating whether resize handle allocation depends on the value of the System.Windows.Forms.Control.AutoSize property. (Inherited from System.Windows.Forms.Design.ControlDesigner)
Public PropertyComponentGets the component this designer is designing. (Inherited from System.ComponentModel.Design.ComponentDesigner)
Public PropertyControlGets the control that the designer is designing. (Inherited from System.Windows.Forms.Design.ControlDesigner)
Public PropertyParticipatesWithSnapLinesGets a value indicating whether the System.Windows.Forms.Design.ControlDesigner will allow snapline alignment during a drag operation. (Inherited from System.Windows.Forms.Design.ControlDesigner)
Public PropertySelectionRules (Inherited from BCGSoft.Controls.BackstageView.BackstageButtonDesigner)
Public PropertySnapLinesGets a list of System.Windows.Forms.Design.Behavior.SnapLine objects representing significant alignment points for this control. (Inherited from System.Windows.Forms.Design.ControlDesigner)
Public PropertyVerbsGets the design-time verbs supported by the component that is associated with the designer. (Inherited from System.ComponentModel.Design.ComponentDesigner)
Top
Protected Properties
 NameDescription
Protected PropertyBehaviorServiceGets the System.Windows.Forms.Design.Behavior.BehaviorService from the design environment. (Inherited from System.Windows.Forms.Design.ControlDesigner)
Protected PropertyEnableDragRectGets a value indicating whether drag rectangles can be drawn on this designer component. (Inherited from System.Windows.Forms.Design.ControlDesigner)
Protected PropertyInheritanceAttributeGets the System.ComponentModel.InheritanceAttribute of the designer. (Inherited from System.Windows.Forms.Design.ControlDesigner)
Protected PropertyInheritedGets a value indicating whether this component is inherited. (Inherited from System.ComponentModel.Design.ComponentDesigner)
Protected PropertyParentComponentGets the parent component for the System.Windows.Forms.Design.ControlDesigner. (Inherited from System.Windows.Forms.Design.ControlDesigner)
Protected PropertyShadowPropertiesGets a collection of property values that override user settings. (Inherited from System.ComponentModel.Design.ComponentDesigner)
Top
Public Methods
 NameDescription
Public MethodCanBeParentedToIndicates if this designer's control can be parented by the control of the specified designer. (Inherited from System.Windows.Forms.Design.ControlDesigner)
Public MethodDisposeOverloaded. Releases the unmanaged resources used by the System.Windows.Forms.Design.ControlDesigner and optionally releases the managed resources. (Inherited from System.Windows.Forms.Design.ControlDesigner)
Public MethodDoDefaultActionCreates a method signature in the source code file for the default event on the component and navigates the user's cursor to that location. (Inherited from System.ComponentModel.Design.ComponentDesigner)
Public MethodGetGlyphsGets a collection of System.Windows.Forms.Design.Behavior.Glyph objects representing the selection borders and grab handles for a standard control. (Inherited from System.Windows.Forms.Design.ControlDesigner)
Public MethodInitControl  
Public MethodInitializeOverridden.   
Public MethodInitializeExistingComponentRe-initializes an existing component. (Inherited from System.Windows.Forms.Design.ControlDesigner)
Public MethodInitializeNewComponentOverridden.   
Public MethodInitializeNonDefaultInitializes the settings for an imported component that is already initialized to settings other than the defaults. (Inherited from System.ComponentModel.Design.ComponentDesigner)
Public MethodInternalControlDesignerReturns the internal control designer with the specified index in the System.Windows.Forms.Design.ControlDesigner. (Inherited from System.Windows.Forms.Design.ControlDesigner)
Public MethodNumberOfInternalControlDesignersReturns the number of internal control designers in the System.Windows.Forms.Design.ControlDesigner. (Inherited from System.Windows.Forms.Design.ControlDesigner)
Public MethodOnSetComponentDefaultsCalled when the designer is intialized. (Inherited from System.Windows.Forms.Design.ControlDesigner)
Top
Protected Methods
 NameDescription
Protected MethodBaseWndProcProcesses Windows messages. (Inherited from System.Windows.Forms.Design.ControlDesigner)
Protected MethodClearProperty (Inherited from BCGSoft.Controls.BackstageView.BackstageButtonDesigner)
Protected MethodDefWndProcProvides default processing for Windows messages. (Inherited from System.Windows.Forms.Design.ControlDesigner)
Protected MethodDisplayErrorDisplays information about the specified exception to the user. (Inherited from System.Windows.Forms.Design.ControlDesigner)
Protected MethodEnableDesignModeEnables design time functionality for a child control. (Inherited from System.Windows.Forms.Design.ControlDesigner)
Protected MethodEnableDragDropEnables or disables drag-and-drop support for the control being designed. (Inherited from System.Windows.Forms.Design.ControlDesigner)
Protected MethodFinalizeAttempts to free resources by calling Dispose(false) before the object is reclaimed by garbage collection. (Inherited from System.ComponentModel.Design.ComponentDesigner)
Protected MethodGetControlGlyphReturns a System.Windows.Forms.Design.Behavior.ControlBodyGlyph representing the bounds of this control. (Inherited from System.Windows.Forms.Design.ControlDesigner)
Protected MethodGetHitTestIndicates whether a mouse click at the specified point should be handled by the control. (Inherited from System.Windows.Forms.Design.ControlDesigner)
Protected MethodGetServiceAttempts to retrieve the specified type of service from the design mode site of the designer's component. (Inherited from System.ComponentModel.Design.ComponentDesigner)
Protected MethodHookChildControlsRoutes messages from the child controls of the specified control to the designer. (Inherited from System.Windows.Forms.Design.ControlDesigner)
Protected MethodInvokeGetInheritanceAttributeGets the System.ComponentModel.InheritanceAttribute of the specified System.ComponentModel.Design.ComponentDesigner. (Inherited from System.ComponentModel.Design.ComponentDesigner)
Protected MethodOnComonentRemoving  
Protected MethodOnContextMenuShows the context menu and provides an opportunity to perform additional processing when the context menu is about to be displayed. (Inherited from System.Windows.Forms.Design.ControlDesigner)
Protected MethodOnCreateHandleProvides an opportunity to perform additional processing immediately after the control handle has been created. (Inherited from System.Windows.Forms.Design.ControlDesigner)
Protected MethodOnDragCompleteReceives a call to clean up a drag-and-drop operation. (Inherited from System.Windows.Forms.Design.ControlDesigner)
Protected MethodOnDragDrop (Inherited from System.Windows.Forms.Design.ControlDesigner)
Protected MethodOnDragEnter (Inherited from System.Windows.Forms.Design.ControlDesigner)
Protected MethodOnDragLeave (Inherited from System.Windows.Forms.Design.ControlDesigner)
Protected MethodOnDragOver (Inherited from System.Windows.Forms.Design.ControlDesigner)
Protected MethodOnGiveFeedback (Inherited from System.Windows.Forms.Design.ControlDesigner)
Protected MethodOnMouseDragBeginReceives a call in response to the left mouse button being pressed and held while over the component. (Inherited from System.Windows.Forms.Design.ControlDesigner)
Protected MethodOnMouseDragEndReceives a call at the end of a drag-and-drop operation to complete or cancel the operation. (Inherited from System.Windows.Forms.Design.ControlDesigner)
Protected MethodOnMouseDragMoveReceives a call for each movement of the mouse during a drag-and-drop operation. (Inherited from System.Windows.Forms.Design.ControlDesigner)
Protected MethodOnMouseEnterReceives a call when the mouse first enters the control. (Inherited from System.Windows.Forms.Design.ControlDesigner)
Protected MethodOnMouseHoverReceives a call after the mouse hovers over the control. (Inherited from System.Windows.Forms.Design.ControlDesigner)
Protected MethodOnMouseLeaveReceives a call when the mouse first enters the control. (Inherited from System.Windows.Forms.Design.ControlDesigner)
Protected MethodOnPaintAdornmentsReceives a call when the control that the designer is managing has painted its surface so the designer can paint any additional adornments on top of the control. (Inherited from System.Windows.Forms.Design.ControlDesigner)
Protected MethodOnSetCursorReceives a call each time the cursor needs to be set. (Inherited from System.Windows.Forms.Design.ControlDesigner)
Protected MethodPostFilterAttributesAllows a designer to change or remove items from the set of attributes that it exposes through a System.ComponentModel.TypeDescriptor. (Inherited from System.ComponentModel.Design.ComponentDesigner)
Protected MethodPostFilterEventsAllows a designer to change or remove items from the set of events that it exposes through a System.ComponentModel.TypeDescriptor. (Inherited from System.ComponentModel.Design.ComponentDesigner)
Protected MethodPostFilterProperties (Inherited from BCGSoft.Controls.BackstageView.BackstageButtonDesigner)
Protected MethodPreFilterAttributesAllows a designer to add to the set of attributes that it exposes through a System.ComponentModel.TypeDescriptor. (Inherited from System.ComponentModel.Design.ComponentDesigner)
Protected MethodPreFilterEventsAllows a designer to add to the set of events that it exposes through a System.ComponentModel.TypeDescriptor. (Inherited from System.ComponentModel.Design.ComponentDesigner)
Protected MethodPreFilterPropertiesAdjusts the set of properties the component exposes through a System.ComponentModel.TypeDescriptor. (Inherited from System.Windows.Forms.Design.ControlDesigner)
Protected MethodRaiseComponentChangedNotifies the System.ComponentModel.Design.IComponentChangeService that this component has been changed. (Inherited from System.ComponentModel.Design.ComponentDesigner)
Protected MethodRaiseComponentChangingNotifies the System.ComponentModel.Design.IComponentChangeService that this component is about to be changed. (Inherited from System.ComponentModel.Design.ComponentDesigner)
Protected MethodUnhookChildControlsRoutes messages for the children of the specified control to each control rather than to a parent designer. (Inherited from System.Windows.Forms.Design.ControlDesigner)
Protected MethodWndProcOverridden.   
Top
See Also

Reference

BackstageMenuButtonDesigner Class
BCGSoft.Controls.BackstageView Namespace

Send Feedback