BCGControlBar Library for .NET
AllowKeyboardInput Property




Syntax
'Declaration
 
Public Property AllowKeyboardInput As Boolean
'Usage
 
Dim instance As PopupMenuBar
Dim value As Boolean
 
instance.AllowKeyboardInput = value
 
value = instance.AllowKeyboardInput
public bool AllowKeyboardInput {get; set;}
public: __property bool get_AllowKeyboardInput();
public: __property void set_AllowKeyboardInput( 
   bool value
);
public:
property bool AllowKeyboardInput {
   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

PopupMenuBar Class
PopupMenuBar Members

Send Feedback