[CustomCategory("Touch_Category")] public System.bool IsManipulationEnabled {get; set;}
public read-write property IsManipulationEnabled: System.Boolean;
CustomCategoryAttribute("Touch_Category") public function get,set IsManipulationEnabled : System.boolean
[CustomCategory("Touch_Category")] public: __property System.bool get_IsManipulationEnabled(); public: __property void set_IsManipulationEnabled( System.bool value );
[CustomCategory("Touch_Category")] public: property System.bool IsManipulationEnabled { System.bool get(); void set ( System.bool value); }
'Declaration
<CustomCategoryAttribute("Touch_Category")> Public Property IsManipulationEnabled As System.Boolean
'Usage
Dim instance As SheetPresenter Dim value As System.Boolean instance.IsManipulationEnabled = value value = instance.IsManipulationEnabled