C# 클래스 SidebarLibrary.Menus.DrawCommand

파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_chevron bool
_col int
_command MenuCommand
_drawRect System.Drawing.Rectangle
_enabled bool
_expansion bool
_mnemonic char
_row int
_separator bool
_subMenu bool
_vertSeparator bool

공개 메소드들

메소드 설명
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

메소드 상세

DrawCommand() 공개 메소드

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

DrawCommand() 공개 메소드

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

DrawCommand() 공개 메소드

public DrawCommand ( Rectangle drawRect ) : System
drawRect System.Drawing.Rectangle
리턴 System

DrawCommand() 공개 메소드

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

InternalConstruct() 공개 메소드

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

프로퍼티 상세

_chevron 보호되어 있는 프로퍼티

protected bool _chevron
리턴 bool

_col 보호되어 있는 프로퍼티

protected int _col
리턴 int

_command 보호되어 있는 프로퍼티

protected MenuCommand,SidebarLibrary.Menus _command
리턴 MenuCommand

_drawRect 보호되어 있는 프로퍼티

protected Rectangle,System.Drawing _drawRect
리턴 System.Drawing.Rectangle

_enabled 보호되어 있는 프로퍼티

protected bool _enabled
리턴 bool

_expansion 보호되어 있는 프로퍼티

protected bool _expansion
리턴 bool

_mnemonic 보호되어 있는 프로퍼티

protected char _mnemonic
리턴 char

_row 보호되어 있는 프로퍼티

protected int _row
리턴 int

_separator 보호되어 있는 프로퍼티

protected bool _separator
리턴 bool

_subMenu 보호되어 있는 프로퍼티

protected bool _subMenu
리턴 bool

_vertSeparator 보호되어 있는 프로퍼티

protected bool _vertSeparator
리턴 bool