'DeclarationPublic ReadOnly Property IsInputMethodEnabled As System.Boolean
'UsageDim instance As DropDownButton Dim value As System.Boolean value = instance.IsInputMethodEnabled
public System.bool IsInputMethodEnabled {get;}
public read-only property IsInputMethodEnabled: System.Boolean; 
            public function get IsInputMethodEnabled : System.boolean
            public: __property System.bool get_IsInputMethodEnabled();
public: property System.bool IsInputMethodEnabled { System.bool get(); }