SpreadsheetGear.Windows.Controls Namespace > WorkbookView Class : AllowEditCommands Property |
Gets or sets the property which specifies whether various workbook editing commands can be executed with the keyboard.
'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Determines whether various workbook edit commands can be executed with the keyboard.")> <System.ComponentModel.DefaultValueAttribute()> Public Property AllowEditCommands As System.Boolean
'Usage
Dim instance As WorkbookView Dim value As System.Boolean instance.AllowEditCommands = value value = instance.AllowEditCommands
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Determines whether various workbook edit commands can be executed with the keyboard.")] [System.ComponentModel.DefaultValue()] public System.bool AllowEditCommands {get; set;}
public read-write property AllowEditCommands: System.Boolean;
System.ComponentModel.CategoryAttribute("Behavior") System.ComponentModel.DescriptionAttribute("Determines whether various workbook edit commands can be executed with the keyboard.") System.ComponentModel.DefaultValueAttribute() public function get,set AllowEditCommands : System.boolean
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Determines whether various workbook edit commands can be executed with the keyboard.")] [System.ComponentModel.DefaultValue()] public: __property System.bool get_AllowEditCommands(); public: __property void set_AllowEditCommands( System.bool value );
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Determines whether various workbook edit commands can be executed with the keyboard.")] [System.ComponentModel.DefaultValue()] public: property System.bool AllowEditCommands { System.bool get(); void set ( System.bool value); }
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