BCGControlBar Library for .NET
FocusableControl Property




Returns a focusable control which used in edit mode to change a text on the button.
Syntax
'Declaration
 
Public ReadOnly Property FocusableControl As Control
'Usage
 
Dim instance As ToolbarFocusableButton
Dim value As Control
 
value = instance.FocusableControl
public Control FocusableControl {get;}
public: __property Control* get_FocusableControl();
public:
property Control^ FocusableControl {
   Control^ get();
}
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