BCGControlBar Library for .NET
TextFormat Property




Gets or sets the format of the text on the panel. It encapsulates text layout information (such as alignment, orientation and tab stops), displays manipulations (such as ellipsis insertion and national digit substitution) and OpenType features.

Syntax
'Declaration
 
Public Property TextFormat As StringFormat
'Usage
 
Dim instance As StatusBarPaneInfo
Dim value As StringFormat
 
instance.TextFormat = value
 
value = instance.TextFormat
public StringFormat TextFormat {get; set;}
public: __property StringFormat* get_TextFormat();
public: __property void set_TextFormat( 
   StringFormat* value
);
public:
property StringFormat^ TextFormat {
   StringFormat^ get();
   void set (    StringFormat^ value);
}
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

StatusBarPaneInfo Class
StatusBarPaneInfo Members

Send Feedback