C# 클래스 SidebarLibrary.Menus.MenuCommand

상속: System.ComponentModel.Component
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_break bool
_checked bool
comboBox System.Windows.Forms.ComboBox
enabled bool
image System.Drawing.Bitmap
imageIndex int
imageList System.Windows.Forms.ImageList
infrequent bool
menuItems SidebarLibrary.Collections.MenuCommandCollection
radioCheck bool
realOwner Object
shortcut Shortcut
text string
userData object
visible bool

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
MenuCommand ( ) : System
MenuCommand ( ComboBox comboBox ) : System
MenuCommand ( string text ) : System
MenuCommand ( string text, Bitmap bitmap, Shortcut shortcut, EventHandler clickHandler, Object realOwner ) : System
MenuCommand ( string text, EventHandler clickHandler ) : System
MenuCommand ( string text, ImageList imageList, int imageIndex ) : System
MenuCommand ( string text, ImageList imageList, int imageIndex, Shortcut shortcut ) : System
MenuCommand ( string text, ImageList imageList, int imageIndex, Shortcut shortcut, EventHandler clickHandler ) : System
MenuCommand ( string text, Shortcut shortcut ) : System
MenuCommand ( string text, Shortcut shortcut, EventHandler clickHandler ) : System
OnClick ( EventArgs e ) : void
OnUpdate ( EventArgs e ) : void

보호된 메소드들

메소드 설명
InternalConstruct ( string text, ImageList imageList, int imageIndex, Shortcut shortcut, EventHandler clickHandler, Bitmap bitmap, object realOwner ) : void

메소드 상세

InternalConstruct() 보호된 메소드

protected InternalConstruct ( string text, ImageList imageList, int imageIndex, Shortcut shortcut, EventHandler clickHandler, Bitmap bitmap, object realOwner ) : void
text string
imageList System.Windows.Forms.ImageList
imageIndex int
shortcut Shortcut
clickHandler EventHandler
bitmap System.Drawing.Bitmap
realOwner object
리턴 void

MenuCommand() 공개 메소드

public MenuCommand ( ) : System
리턴 System

MenuCommand() 공개 메소드

public MenuCommand ( ComboBox comboBox ) : System
comboBox System.Windows.Forms.ComboBox
리턴 System

MenuCommand() 공개 메소드

public MenuCommand ( string text ) : System
text string
리턴 System

MenuCommand() 공개 메소드

public MenuCommand ( string text, Bitmap bitmap, Shortcut shortcut, EventHandler clickHandler, Object realOwner ) : System
text string
bitmap System.Drawing.Bitmap
shortcut Shortcut
clickHandler EventHandler
realOwner Object
리턴 System

MenuCommand() 공개 메소드

public MenuCommand ( string text, EventHandler clickHandler ) : System
text string
clickHandler EventHandler
리턴 System

MenuCommand() 공개 메소드

public MenuCommand ( string text, ImageList imageList, int imageIndex ) : System
text string
imageList System.Windows.Forms.ImageList
imageIndex int
리턴 System

MenuCommand() 공개 메소드

public MenuCommand ( string text, ImageList imageList, int imageIndex, Shortcut shortcut ) : System
text string
imageList System.Windows.Forms.ImageList
imageIndex int
shortcut Shortcut
리턴 System

MenuCommand() 공개 메소드

public MenuCommand ( string text, ImageList imageList, int imageIndex, Shortcut shortcut, EventHandler clickHandler ) : System
text string
imageList System.Windows.Forms.ImageList
imageIndex int
shortcut Shortcut
clickHandler EventHandler
리턴 System

MenuCommand() 공개 메소드

public MenuCommand ( string text, Shortcut shortcut ) : System
text string
shortcut Shortcut
리턴 System

MenuCommand() 공개 메소드

public MenuCommand ( string text, Shortcut shortcut, EventHandler clickHandler ) : System
text string
shortcut Shortcut
clickHandler EventHandler
리턴 System

OnClick() 공개 메소드

public OnClick ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnUpdate() 공개 메소드

public OnUpdate ( EventArgs e ) : void
e System.EventArgs
리턴 void

프로퍼티 상세

_break 보호되어 있는 프로퍼티

protected bool _break
리턴 bool

_checked 보호되어 있는 프로퍼티

protected bool _checked
리턴 bool

comboBox 보호되어 있는 프로퍼티

protected ComboBox,System.Windows.Forms comboBox
리턴 System.Windows.Forms.ComboBox

enabled 보호되어 있는 프로퍼티

protected bool enabled
리턴 bool

image 보호되어 있는 프로퍼티

protected Bitmap,System.Drawing image
리턴 System.Drawing.Bitmap

imageIndex 보호되어 있는 프로퍼티

protected int imageIndex
리턴 int

imageList 보호되어 있는 프로퍼티

protected ImageList,System.Windows.Forms imageList
리턴 System.Windows.Forms.ImageList

infrequent 보호되어 있는 프로퍼티

protected bool infrequent
리턴 bool

menuItems 보호되어 있는 프로퍼티

protected MenuCommandCollection,SidebarLibrary.Collections menuItems
리턴 SidebarLibrary.Collections.MenuCommandCollection

radioCheck 보호되어 있는 프로퍼티

protected bool radioCheck
리턴 bool

realOwner 보호되어 있는 프로퍼티

protected Object realOwner
리턴 Object

shortcut 보호되어 있는 프로퍼티

protected Shortcut shortcut
리턴 Shortcut

text 보호되어 있는 프로퍼티

protected string text
리턴 string

userData 보호되어 있는 프로퍼티

protected object userData
리턴 object

visible 보호되어 있는 프로퍼티

protected bool visible
리턴 bool