C# Class SidebarLibrary.WinControls.OutlookBarItem

Inheritance: System.ComponentModel.Component
Datei anzeigen Open project: sillsdev/FieldWorks Class Usage Examples

Protected Properties

Property Type Description
m_selected bool

Public Methods

Method Description
OutlookBarItem ( ) : System
OutlookBarItem ( string text, int ImageIndex ) : System
OutlookBarItem ( string text, int imageIndex, object tag ) : System

Method Details

OutlookBarItem() public method

public OutlookBarItem ( ) : System
return System

OutlookBarItem() public method

public OutlookBarItem ( string text, int ImageIndex ) : System
text string
ImageIndex int
return System

OutlookBarItem() public method

public OutlookBarItem ( string text, int imageIndex, object tag ) : System
text string
imageIndex int
tag object
return System

Property Details

m_selected protected_oe property

protected bool m_selected
return bool