BCGControlBar Library for .NET
IsDrawArrow Method (CollapsedCategoryItemButton)




Specifies if a small arrow should be drawn on the surface of the CollapsedCategoryItemButton.
Syntax
'Declaration
 
Public Overrides Function IsDrawArrow() As Boolean
'Usage
 
Dim instance As CollapsedCategoryItemButton
Dim value As Boolean
 
value = instance.IsDrawArrow()
public override bool IsDrawArrow()
public: bool IsDrawArrow(); override 
public:
bool IsDrawArrow(); override 
Remarks
By default, the arrow will be displayed, if the parent control is a CategoryItem, otherwise, it will not be drawn.
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

CollapsedCategoryItemButton Class
CollapsedCategoryItemButton Members
Base Implementation in IsDrawArrow

Send Feedback