C# Class MonoDevelop.Components.ContextMenuItem

Mostrar archivo Open project: powerumc/monodevelop_korean Class Usage Examples

Public Methods

Method Description
ContextMenuItem ( ) : System
ContextMenuItem ( string label ) : System
Hide ( ) : void
Show ( ) : void

Protected Methods

Method Description
DoClick ( ) : void
OnClicked ( ContextMenuItemClickedEventArgs e ) : void

Private Methods

Method Description
Click ( ) : void

Method Details

ContextMenuItem() public method

public ContextMenuItem ( ) : System
return System

ContextMenuItem() public method

public ContextMenuItem ( string label ) : System
label string
return System

DoClick() protected method

protected DoClick ( ) : void
return void

Hide() public method

public Hide ( ) : void
return void

OnClicked() protected method

protected OnClicked ( ContextMenuItemClickedEventArgs e ) : void
e ContextMenuItemClickedEventArgs
return void

Show() public method

public Show ( ) : void
return void