BCGControlBar Library for .NET
LabelFormatFlags Property




A bitwise combination of the TextFormatFlags values, that specifies the display and layout information for text strings within the tab item.
Syntax
'Declaration
 
Public Property LabelFormatFlags As TextFormatFlags
'Usage
 
Dim instance As TabStrip
Dim value As TextFormatFlags
 
instance.LabelFormatFlags = value
 
value = instance.LabelFormatFlags
public TextFormatFlags LabelFormatFlags {get; set;}
public: __property TextFormatFlags get_LabelFormatFlags();
public: __property void set_LabelFormatFlags( 
   TextFormatFlags value
);
public:
property TextFormatFlags LabelFormatFlags {
   TextFormatFlags get();
   void set (    TextFormatFlags 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

TabStrip Class
TabStrip Members

Send Feedback