C# Class SidebarLibrary.Menus.DrawCommand

Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Protected Properties

Свойство Type Description
_chevron bool
_col int
_command MenuCommand
_drawRect System.Drawing.Rectangle
_enabled bool
_expansion bool
_mnemonic char
_row int
_separator bool
_subMenu bool
_vertSeparator bool

Méthodes publiques

Méthode Description
DrawCommand ( MenuCommand command, Rectangle drawRect ) : System
DrawCommand ( MenuCommand command, Rectangle drawRect, int row, int col ) : System
DrawCommand ( Rectangle drawRect ) : System
DrawCommand ( Rectangle drawRect, bool expansion ) : System
InternalConstruct ( MenuCommand command, Rectangle drawRect, int row, int col ) : void

Method Details

DrawCommand() public méthode

public DrawCommand ( MenuCommand command, Rectangle drawRect ) : System
command MenuCommand
drawRect System.Drawing.Rectangle
Résultat System

DrawCommand() public méthode

public DrawCommand ( MenuCommand command, Rectangle drawRect, int row, int col ) : System
command MenuCommand
drawRect System.Drawing.Rectangle
row int
col int
Résultat System

DrawCommand() public méthode

public DrawCommand ( Rectangle drawRect ) : System
drawRect System.Drawing.Rectangle
Résultat System

DrawCommand() public méthode

public DrawCommand ( Rectangle drawRect, bool expansion ) : System
drawRect System.Drawing.Rectangle
expansion bool
Résultat System

InternalConstruct() public méthode

public InternalConstruct ( MenuCommand command, Rectangle drawRect, int row, int col ) : void
command MenuCommand
drawRect System.Drawing.Rectangle
row int
col int
Résultat void

Property Details

_chevron protected_oe property

protected bool _chevron
Résultat bool

_col protected_oe property

protected int _col
Résultat int

_command protected_oe property

protected MenuCommand,SidebarLibrary.Menus _command
Résultat MenuCommand

_drawRect protected_oe property

protected Rectangle,System.Drawing _drawRect
Résultat System.Drawing.Rectangle

_enabled protected_oe property

protected bool _enabled
Résultat bool

_expansion protected_oe property

protected bool _expansion
Résultat bool

_mnemonic protected_oe property

protected char _mnemonic
Résultat char

_row protected_oe property

protected int _row
Résultat int

_separator protected_oe property

protected bool _separator
Résultat bool

_subMenu protected_oe property

protected bool _subMenu
Résultat bool

_vertSeparator protected_oe property

protected bool _vertSeparator
Résultat bool