BCGControlBar Library for .NET
IsHorzGradient Method




The current dockstyle of the parent tab control of the tab items.
Determines the direction of the gradient filling according to the specified DockStyle. If the tab control is located horizontally, the returned value is true, otherwise, false.
Syntax
'Declaration
 
Public Function IsHorzGradient( _
   ByVal dock As DockStyle _
) As Boolean
'Usage
 
Dim instance As TabBackColorDef
Dim dock As DockStyle
Dim value As Boolean
 
value = instance.IsHorzGradient(dock)
public bool IsHorzGradient( 
   DockStyle dock
)
public: bool IsHorzGradient( 
   DockStyle dock
) 
public:
bool IsHorzGradient( 
   DockStyle dock
) 

Parameters

dock
The current dockstyle of the parent tab control of the tab items.
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

TabBackColorDef Class
TabBackColorDef Members

Send Feedback