Method |
Description |
|
BoundButtonClickHandler ( object sender, EventArgs e ) : void |
|
|
ButtonCompileClickHandler ( object sender, EventArgs e ) : void |
|
|
CanPerformCommand ( CommandKey key ) : bool |
|
|
CreateButton ( string text, Image resource ) : ToolStripButton |
|
|
CreateDropDownButton ( string text, Image resource ) : ToolStripDropDownButton |
|
|
CreateSplitButton ( string text, Image resource ) : ToolStripSplitButton |
|
|
DropDownMenuItem ( string text, Image resource ) : ToolStripMenuItem |
|
|
HandleCommandInvalidated ( object sender, CommandSubscriberEventArgs e ) : void |
|
|
HandleManagerInvalidated ( object sender, EventArgs e ) : void |
|
|
Invalidate ( CommandKey key ) : void |
|
|
IsCommandSelected ( CommandKey key ) : bool |
|
|
PerformCommand ( CommandKey key ) : void |
|
|
ResetComponent ( ) : void |
|
|