BCGControlBar Library for .NET
IsOffsetPressedButton Method (VisualManager)




Called by the framework on redrawing of the pressed toolbar button. Specifies if in pressed state the text should be moved down at 1 pixel on horizontal orientation  or moved left on vertical orientation of the toolbar.
Syntax
'Declaration
 
Public Overridable Function IsOffsetPressedButton() As Boolean
'Usage
 
Dim instance As VisualManager
Dim value As Boolean
 
value = instance.IsOffsetPressedButton()
public virtual bool IsOffsetPressedButton()
public: virtual bool IsOffsetPressedButton(); 
public:
virtual bool IsOffsetPressedButton(); 
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

VisualManager Class
VisualManager Members

Send Feedback