HypernovaDesktop Components · docs
Binarymission
WinFormsPanel Bar › BinaryPanelBarControlActionList

BinaryPanelBarControlActionList

class.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.NavigationControls.Designers

Custom implementation of the DesignerActionList class.

public class BinaryPanelBarControlActionList : System.ComponentModel.Design.DesignerActionList

Inherits from / implements: System.ComponentModel.Design.DesignerActionList

Members at a glance

BinaryPanelBarControlActionListInitializes a new instance of the BinaryPanelBarControlActionList class for the component being designed.
AddShowNavigationOptionsMenuItemGets or sets the add show navigation options menu item of the control being designed, so that it can be set from the smart tag panel on the design surface.
ButtonBorderStyleGets or sets the button border style of the control being designed, so that it can be set from the smart tag panel on the design surface.
CollapseExpandButtonColorGets or sets the collapse expand button color of the control being designed, so that it can be set from the smart tag panel on the design surface.
ContextMenuChevronColorGets or sets the context menu chevron color of the control being designed, so that it can be set from the smart tag panel on the design surface.
ControlBorderStyleGets or sets the control border style of the control being designed, so that it can be set from the smart tag panel on the design surface.
ControlInCollapsedModeGets or sets the control in collapsed mode of the control being designed, so that it can be set from the smart tag panel on the design surface.
CustomChevronImageGets or sets the custom chevron image of the control being designed, so that it can be set from the smart tag panel on the design surface.
GripperColorGets or sets the gripper color of the control being designed, so that it can be set from the smart tag panel on the design surface.
GripperHeightGets or sets the gripper height of the control being designed, so that it can be set from the smart tag panel on the design surface.
HowManyPanelButtonsToShowGets or sets the how many panel buttons to show of the control being designed, so that it can be set from the smart tag panel on the design surface.
ItemColorRenderingStyleGets or sets the item color rendering style of the control being designed, so that it can be set from the smart tag panel on the design surface.
MainHeaderTextColorGets or sets the main header text color of the control being designed, so that it can be set from the smart tag panel on the design surface.
MainHeaderTextFontGets or sets the main header text font of the control being designed, so that it can be set from the smart tag panel on the design surface.
MenuItemAvailableButtonCheckedStateBorderColorGets or sets the menu item available button checked state border color of the control being designed, so that it can be set from the smart tag panel on the design surface.
MenuItemSelectionBackgroundColorGets or sets the menu item selection background color of the control being designed, so that it can be set from the smart tag panel on the design surface.
RenderInOutlook2007StyleExpandCollapseModeGets or sets the render in outlook2007 style expand collapse mode of the control being designed, so that it can be set from the smart tag panel on the design surface.
XPThemeToEmulateGets or sets the XP theme to emulate of the control being designed, so that it can be set from the smart tag panel on the design surface.
GetSortedActionItemsReturns the entries shown in the smart tag panel, in the order they are to appear.

Constructors

BinaryPanelBarControlActionList

public BinaryPanelBarControlActionList(IComponent component) : base(component)

Initializes a new instance of the BinaryPanelBarControlActionList class for the component being designed.

component
The control this action list acts on.

Properties

AddShowNavigationOptionsMenuItem

public bool AddShowNavigationOptionsMenuItem

Gets or sets the add show navigation options menu item of the control being designed, so that it can be set from the smart tag panel on the design surface.

ButtonBorderStyle

public PanelBarBorderStyle ButtonBorderStyle

Gets or sets the button border style of the control being designed, so that it can be set from the smart tag panel on the design surface.

CollapseExpandButtonColor

public Color CollapseExpandButtonColor

Gets or sets the collapse expand button color of the control being designed, so that it can be set from the smart tag panel on the design surface.

ContextMenuChevronColor

public Color ContextMenuChevronColor

Gets or sets the context menu chevron color of the control being designed, so that it can be set from the smart tag panel on the design surface.

ControlBorderStyle

public PanelBarBorderStyle ControlBorderStyle

Gets or sets the control border style of the control being designed, so that it can be set from the smart tag panel on the design surface.

ControlInCollapsedMode

public bool ControlInCollapsedMode

Gets or sets the control in collapsed mode of the control being designed, so that it can be set from the smart tag panel on the design surface.

CustomChevronImage

public Bitmap CustomChevronImage

Gets or sets the custom chevron image of the control being designed, so that it can be set from the smart tag panel on the design surface.

GripperColor

public Color GripperColor

Gets or sets the gripper color of the control being designed, so that it can be set from the smart tag panel on the design surface.

GripperHeight

public int GripperHeight

Gets or sets the gripper height of the control being designed, so that it can be set from the smart tag panel on the design surface.

HowManyPanelButtonsToShow

public int HowManyPanelButtonsToShow

Gets or sets the how many panel buttons to show of the control being designed, so that it can be set from the smart tag panel on the design surface.

ItemColorRenderingStyle

public PanelBarItemColorRenderingStyle ItemColorRenderingStyle

Gets or sets the item color rendering style of the control being designed, so that it can be set from the smart tag panel on the design surface.

MainHeaderTextColor

public Color MainHeaderTextColor

Gets or sets the main header text color of the control being designed, so that it can be set from the smart tag panel on the design surface.

MainHeaderTextFont

public Font MainHeaderTextFont

Gets or sets the main header text font of the control being designed, so that it can be set from the smart tag panel on the design surface.

MenuItemAvailableButtonCheckedStateBorderColor

public Color MenuItemAvailableButtonCheckedStateBorderColor

Gets or sets the menu item available button checked state border color of the control being designed, so that it can be set from the smart tag panel on the design surface.

MenuItemSelectionBackgroundColor

public Color MenuItemSelectionBackgroundColor

Gets or sets the menu item selection background color of the control being designed, so that it can be set from the smart tag panel on the design surface.

RenderInOutlook2007StyleExpandCollapseMode

public bool RenderInOutlook2007StyleExpandCollapseMode

Gets or sets the render in outlook2007 style expand collapse mode of the control being designed, so that it can be set from the smart tag panel on the design surface.

XPThemeToEmulate

public XPTheme XPThemeToEmulate

Gets or sets the XP theme to emulate of the control being designed, so that it can be set from the smart tag panel on the design surface.

Methods

GetSortedActionItems

public override DesignerActionItemCollection GetSortedActionItems()

Returns the entries shown in the smart tag panel, in the order they are to appear.