C# Class SidebarLibrary.Menus.DrawCommand

Mostra file Open project: sillsdev/FieldWorks Class Usage Examples

Protected Properties

Property 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

Public Methods

Method 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 method

public DrawCommand ( MenuCommand command, Rectangle drawRect ) : System
command MenuCommand
drawRect System.Drawing.Rectangle
return System

DrawCommand() public method

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

DrawCommand() public method

public DrawCommand ( Rectangle drawRect ) : System
drawRect System.Drawing.Rectangle
return System

DrawCommand() public method

public DrawCommand ( Rectangle drawRect, bool expansion ) : System
drawRect System.Drawing.Rectangle
expansion bool
return System

InternalConstruct() public method

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

Property Details

_chevron protected_oe property

protected bool _chevron
return bool

_col protected_oe property

protected int _col
return int

_command protected_oe property

protected MenuCommand,SidebarLibrary.Menus _command
return MenuCommand

_drawRect protected_oe property

protected Rectangle,System.Drawing _drawRect
return System.Drawing.Rectangle

_enabled protected_oe property

protected bool _enabled
return bool

_expansion protected_oe property

protected bool _expansion
return bool

_mnemonic protected_oe property

protected char _mnemonic
return char

_row protected_oe property

protected int _row
return int

_separator protected_oe property

protected bool _separator
return bool

_subMenu protected_oe property

protected bool _subMenu
return bool

_vertSeparator protected_oe property

protected bool _vertSeparator
return bool