BCGControlBar Library for .NET
IsSplitButtonSpecialProcessing Method (ToolbarMenuButton)




Indicates a value whether the arrow area of the menu button has special redrawing
Syntax
'Declaration
 
Public Function IsSplitButtonSpecialProcessing() As Boolean
'Usage
 
Dim instance As ToolbarMenuButton
Dim value As Boolean
 
value = instance.IsSplitButtonSpecialProcessing()
public bool IsSplitButtonSpecialProcessing()
public: bool IsSplitButtonSpecialProcessing(); 
public:
bool IsSplitButtonSpecialProcessing(); 

Return Value

The arrow area has special redrawing if parent toolbar is in smart mode, arrow is drawn on the button and the default command can be executed.
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

ToolbarMenuButton Class
ToolbarMenuButton Members

Send Feedback