HypernovaDesktop Components · docs
Binarymission
WinFormsHeader Control › BinaryHeaderControlActionList

BinaryHeaderControlActionList

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

Custom implementation of the DesignerActionList class.

public class BinaryHeaderControlActionList : System.ComponentModel.Design.DesignerActionList

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

Members at a glance

BinaryHeaderControlActionListInitializes a new instance of the BinaryHeaderControlActionList class for the component being designed.
ColorSchemeGets or sets the color scheme of the control being designed, so that it can be set from the smart tag panel on the design surface.
ContextMenuTypeGets or sets the context menu type of the control being designed, so that it can be set from the smart tag panel on the design surface.
DrawBorderAroundGets or sets the draw border around of the control being designed, so that it can be set from the smart tag panel on the design surface.
DrawFooterGets or sets the draw footer of the control being designed, so that it can be set from the smart tag panel on the design surface.
EnableCollapseExpandButtonGets or sets the enable collapse expand button of the control being designed, so that it can be set from the smart tag panel on the design surface.
FooterBorderColorGets or sets the footer border color of the control being designed, so that it can be set from the smart tag panel on the design surface.
FooterTextGets or sets the footer text of the control being designed, so that it can be set from the smart tag panel on the design surface.
HeaderBorderColorGets or sets the header border color of the control being designed, so that it can be set from the smart tag panel on the design surface.
HeaderFooterDrawingStyleGets or sets the header footer drawing style of the control being designed, so that it can be set from the smart tag panel on the design surface.
HeaderLocationGets or sets the header location of the control being designed, so that it can be set from the smart tag panel on the design surface.
HeaderTextGets or sets the header text 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

BinaryHeaderControlActionList

public BinaryHeaderControlActionList(IComponent component) : base(component)

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

component
The control this action list acts on.

Properties

ColorScheme

public ColorScheme ColorScheme

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

ContextMenuType

public ContextMenuType ContextMenuType

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

DrawBorderAround

public DrawBorderAround DrawBorderAround

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

DrawFooter

public bool DrawFooter

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

EnableCollapseExpandButton

public bool EnableCollapseExpandButton

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

FooterBorderColor

public Color FooterBorderColor

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

FooterText

public String FooterText

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

HeaderBorderColor

public Color HeaderBorderColor

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

HeaderFooterDrawingStyle

public HeaderFooterDrawingStyle HeaderFooterDrawingStyle

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

HeaderLocation

public HeaderLocation HeaderLocation

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

HeaderText

public String HeaderText

Gets or sets the header text 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.