C# Class ComponentFactory.Krypton.Toolkit.ViewLayoutMenuSepGap

Positions a separator to take up space without drawing.
Inheritance: ViewLayoutSeparator
Afficher le fichier Open project: ComponentFactory/Krypton

Méthodes publiques

Méthode Description
GetPreferredSize ( ViewLayoutContext context ) : Size

Discover the preferred size of the element.

ToString ( ) : string

Obtains the String representation of this instance.

ViewLayoutMenuSepGap ( PaletteContextMenuRedirect stateCommon, bool standardStyle ) : System

Initialize a new instance of the ViewLayoutMenuSepGap class.

Method Details

GetPreferredSize() public méthode

Discover the preferred size of the element.
public GetPreferredSize ( ViewLayoutContext context ) : Size
context ViewLayoutContext Layout context.
Résultat System.Drawing.Size

ToString() public méthode

Obtains the String representation of this instance.
public ToString ( ) : string
Résultat string

ViewLayoutMenuSepGap() public méthode

Initialize a new instance of the ViewLayoutMenuSepGap class.
public ViewLayoutMenuSepGap ( PaletteContextMenuRedirect stateCommon, bool standardStyle ) : System
stateCommon PaletteContextMenuRedirect Source of palette values.
standardStyle bool Draw items with standard or alternate style.
Résultat System