C# Class System.Windows.Forms.CommandBarItem

Inheritance: System.ComponentModel.Component
ファイルを表示 Open project: Longkong/Pojjaman Class Usage Examples

Public Methods

Method Description
CommandBarItem ( Image image ) : System
CommandBarItem ( Image image, string text ) : System
CommandBarItem ( string text ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void
OnPropertyChanged ( PropertyChangedEventArgs e ) : void

Private Methods

Method Description
CommandBarItem ( ) : System

Method Details

CommandBarItem() public method

public CommandBarItem ( Image image ) : System
image Image
return System

CommandBarItem() public method

public CommandBarItem ( Image image, string text ) : System
image Image
text string
return System

CommandBarItem() public method

public CommandBarItem ( string text ) : System
text string
return System

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

OnPropertyChanged() protected method

protected OnPropertyChanged ( PropertyChangedEventArgs e ) : void
e System.ComponentModel.PropertyChangedEventArgs
return void