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 );
'Declaration
Public Property Focusable As System.Boolean
'Usage
Dim instance As DropDownButton Dim value As System.Boolean instance.Focusable = value value = instance.Focusable