BCGControlBar Library for .NET
IsDrawText Method




Specifies if the text should be drawn on the button surface. It should be drawn if the toolbar button is located on the popupmenu bar or the value of the property ShowText is true.
Syntax
'Declaration
 
Public Overridable Function IsDrawText() As Boolean
'Usage
 
Dim instance As ToolbarButton
Dim value As Boolean
 
value = instance.IsDrawText()
public virtual bool IsDrawText()
public: virtual bool IsDrawText(); 
public:
virtual bool IsDrawText(); 
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

ToolbarButton Class
ToolbarButton Members

Send Feedback