IControlAddInSite.Editable Property
Gets a value indicating whether the control add-in is editable.
Namespace: Microsoft.Dynamics.Framework.UI.Extensibility
Assembly: Microsoft.Dynamics.Framework.UI.Extensibility (in Microsoft.Dynamics.Framework.UI.Extensibility.dll)
Usage
Syntax
'Declaration
ReadOnly Property Editable As Boolean
bool Editable { get; }
property bool Editable {
bool get ();
}
/** @property */
boolean get_Editable ()
function get Editable () : boolean
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
IControlAddInSite Interface
IControlAddInSite Members
Microsoft.Dynamics.Framework.UI.Extensibility Namespace