Class ProtectWorkbookForm
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.Windows.Forms.Spreadsheet.Commands
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
public class ProtectWorkbookForm : CommandBaseForm, INotifyPropertyChanged
Constructors
ProtectWorkbookForm()
Declaration
public ProtectWorkbookForm()
Properties
IsStructure
Gets or Sets true if the Structure is to be Protected else false
Declaration
public bool IsStructure { get; set; }
Property Value
Type |
---|
System.Boolean |
IsWindows
Gets or Set true if the Window is to be protected else false
Declaration
public bool IsWindows { get; set; }
Property Value
Type |
---|
System.Boolean |
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | true if managed resources should be disposed; otherwise, false. |
OnApplySettings()
Apply the changes into XlsIO.
Declaration
protected override void OnApplySettings()
Overrides
OnLoaded()
Initialize the values on the window.
Declaration
protected override void OnLoaded()
Overrides
UnWireEvents()
Unhook the triggered events.
Declaration
protected override void UnWireEvents()
Overrides
WireEvents()
Hook the required events.
Declaration
protected override void WireEvents()
Overrides
Events
PropertyChanged
Event to handle if the Property is Changed
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged