ActiveXControlIsLocked Property |
Indicates whether data in the control is locked for editing.
Namespace:
Aspose.Diagram.ActiveXControls
Assembly:
Aspose.Diagram (in Aspose.Diagram.dll) Version: 21.2.0.0 (21.2.0)
Syntaxpublic bool IsLocked { get; set; }
Public Property IsLocked As Boolean
Get
Set
public:
property bool IsLocked {
bool get ();
void set (bool value);
}
member IsLocked : bool with get, set
Property Value
Type:
Boolean
See Also