C# Class Reflector.UserInterface.CommandBarItem

Inheritance: Component
Mostrar archivo Open project: sillsdev/CarlaLegacy 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 PropertyChangedEventArgs
return void