SpreadsheetGear 2017
Focusable Property (VerticalScrollbarsPresenter)






SpreadsheetGear.Windows.Controls Namespace > VerticalScrollbarsPresenter Class : Focusable Property
Syntax
'Declaration
 
Public Property Focusable As System.Boolean
'Usage
 
Dim instance As VerticalScrollbarsPresenter
Dim value As System.Boolean
 
instance.Focusable = value
 
value = instance.Focusable
public System.bool Focusable {get; set;}
public read-write property Focusable: System.Boolean; 
public function get,set Focusable : System.boolean
public: __property System.bool get_Focusable();
public: __property void set_Focusable( 
   System.bool value
);
public:
property System.bool Focusable {
   System.bool get();
   void set (    System.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

VerticalScrollbarsPresenter Class
VerticalScrollbarsPresenter Members