Class | Description | |
---|---|---|
![]() | OutlookBarCaption | Inherits Label class of System.Windows.Forms namespace. Specifies the caption control associated with OutlookBarControl. The control will be drawn as a caption control of the outlookbar. You can select some mode of its redrawing. Standard mode supposes that the caption will be redrawing exactly as in MS Outlook. If IsSeparator property is true, the label will be redrawn as separator. Otherwise, the border of width 2 pixel will be drawn for the label. |
![]() | OutlookBarControl | Inherits Control class of System.Windows.Forms namespace. Implements interfaces ISerializable, ISupportCustomLayout. Represents a control that manages OutlookBarPages. Contains collections of Outlook Buttons and Outlook Panes, some methods for adjusting its location and their interaction. |
![]() | OutlookBarItem | Inherits CommandButton class of BCGSoft.Controls.Shared namespace. |
![]() | OutlookBarPane | Inherits CommandPanel class of BCGSoft.Controls.Shared namespace. |
![]() | OutlookBarPanesCollection | Inherits CollectionWithEvents class of BCGSoft.Controls.Shared namespace. OutlookBarPanesCollection class is used to add, delete and arrange the OutlookBar panes of the OutlookBarControl. |
![]() | OutlookCustomizeButton | Inherits OutlookToolbarButton class of BCGSoft.Controls.OutlookBar namespace. Represents a button located on the OutlookToolbar used for the customization of the Outlook Navigation Pane. By this button we can call a popup menu using which we can show or hide outlook page buttons, specify the order and visibility of the outlook page buttons and related pages within the outlook control. |
![]() | OutlookItemClickEventArgs | Inherits EventArgs of System namespace. Provides data for the OnOutlookItemClick event of the OutlookBar, PaneItemClick event of the OutlookBarPane or ExecuteCommand event of the OutlookBarItem. Property Item specifies clicked OutlookBar item, property ID – its identifier, Text - the text under the item. |
![]() | OutlookItemsCollection | Inherits CollectionWithEvents class of BCGSoft.Controls.Shared namespace. |
![]() | OutlookMenuBar | Inherits CommandPanel of the BCGSoft.Controls.Shared namespace. |
![]() | OutlookMenuItem | Inherits CommandButton of the BCGSoft.Controls.Shared namespace. Represents an individual item from OutlookMenuItem collection that is displayed within the OutlookMenuBar. |
![]() | OutlookMenuItemsCollection | Inherits CollectionWithEvents class of BCGSoft.Controls.Shared namespace. Represents a collection of the menu items on the outlookmenubar. Collection allows to get an item by the specified index and set it, add them. |
![]() | OutlookNavigationPane | Inherits Form class of System.Windows.Forms namespace. |
![]() | OutlookPageButton | Inherits Label class of System.Windows.Forms namespace. Represents a button on the outlookbar associated with the OutlookbarPane. |
![]() | OutlookPageButtonClickEventArgs | Defines event arguments passed along with OutlookPageButtonClick event. |
![]() | OutlookPageButtonsCollection | Inherits CollectionWithEvents class of BCGSoft.Controls.Shared namespace. Represents a collection of the outlook page buttons on the Outlookbar. |
![]() | OutlookPopupMenu | Inherits PopupBase class of BCGSoft.Controls.Shared namespace. Represents a parent control for the OutlookMenuBar. |
![]() | OutlookScrollButton | Inherits Control class of System.Windows.Forms namespace. |
![]() | OutlookToolBar | Inherits CommandPanel of BCGSoft.Controls.Shared namespace. Represents a toolbar on the Outlookbar control. |
![]() | OutlookToolbarButton | Inherits CommandButton of BCGSoft.Controls.Shared namespace. Represents a button on the OutlookToolbar. |
![]() | OutlookToolbarButtonsCollection | Inherits CollectionWithEvents class of BCGSoft.Controls.Shared namespace. |
Delegate | Description | |
---|---|---|
![]() | OutlookItemClickHandler | Represents the method that will handle the OutlookItemClick event of the OutlookBar, PaneItemClick event of the OutlookBarPane or ExecuteCommand event of the OutlookBarItem. This events occur on left–button click by mouse on the Outlook Item. |
![]() | OutlookPageButtonClickHandler |
Enumeration | Description | |
---|---|---|
![]() | DropState | Specifies the state of the dropping OutlookBarItem. |