BCGControlBar Library for .NET
OutlookBarCaption Class
Members 




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.

Object Model
OutlookBarCaption Class
Syntax
'Declaration
 
Public Class OutlookBarCaption 
   Inherits System.Windows.Forms.Label
'Usage
 
Dim instance As OutlookBarCaption
public class OutlookBarCaption : System.Windows.Forms.Label 
public __gc class OutlookBarCaption : public System.Windows.Forms.Label 
public ref class OutlookBarCaption : public System.Windows.Forms.Label 
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.Label
               BCGSoft.Controls.OutlookBar.OutlookBarCaption

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

OutlookBarCaption Members
BCGSoft.Controls.OutlookBar Namespace

Send Feedback