BCGControlBar Library for .NET
ExecuteCommandOnLostFocus Property




Specifies that the command associated with the ToolbarFocusableButton should be executed when it lost its focus.
Syntax
'Declaration
 
Public Property ExecuteCommandOnLostFocus As Boolean
'Usage
 
Dim instance As ToolbarFocusableButton
Dim value As Boolean
 
instance.ExecuteCommandOnLostFocus = value
 
value = instance.ExecuteCommandOnLostFocus
public bool ExecuteCommandOnLostFocus {get; set;}
public: __property bool get_ExecuteCommandOnLostFocus();
public: __property void set_ExecuteCommandOnLostFocus( 
   bool value
);
public:
property bool ExecuteCommandOnLostFocus {
   bool get();
   void set (    bool value);
}
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

ToolbarFocusableButton Class
ToolbarFocusableButton Members

Send Feedback