ModelingEditorFactory.CancelEditorCreate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If set to value greater than 0 during DocData or DocView creation, the create editor operation will be cancelled.
protected:
property int CancelEditorCreate { int get(); void set(int value); };
protected int CancelEditorCreate { [System.Diagnostics.DebuggerStepThrough] get; set; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.CancelEditorCreate : int with get, set
Protected Property CancelEditorCreate As Integer
Property Value
- Attributes