SpreadsheetGear 2017
IsManipulationEnabled Property (ColumnHeader)






SpreadsheetGear.Windows.Controls Namespace > ColumnHeader Class : IsManipulationEnabled Property
Syntax
'Declaration
 
<CustomCategoryAttribute("Touch_Category")>
Public Property IsManipulationEnabled As System.Boolean
'Usage
 
Dim instance As ColumnHeader
Dim value As System.Boolean
 
instance.IsManipulationEnabled = value
 
value = instance.IsManipulationEnabled
[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);
}
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

ColumnHeader Class
ColumnHeader Members