BCGControlBar Library for .NET
CanExecuteDefaultCommand Property (CollapsedCategoryItemButton)




Sets to false in order to disable a popup menu button (button, which displays popup menu) also execute a command.
Syntax
'Declaration
 
Public Overrides ReadOnly Property CanExecuteDefaultCommand As Boolean
'Usage
 
Dim instance As CollapsedCategoryItemButton
Dim value As Boolean
 
value = instance.CanExecuteDefaultCommand
public override bool CanExecuteDefaultCommand {get;}
public: __property bool get_CanExecuteDefaultCommand() override;
public:
property bool CanExecuteDefaultCommand {
   bool get() override;
}
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 CanExecuteDefaultCommand

Send Feedback