CreateAction.StickyMode Property

Definition

Whether this action is in sticky mode or not. If in sticky mode, after creating one element, the action will not be deactivated, so the user can keep creating more elements of the same type without selecting the item from toolbox again.

public:
 property bool StickyMode { bool get(); void set(bool value); };
[System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)]
public bool StickyMode { [System.Diagnostics.DebuggerStepThrough] get; [System.Diagnostics.DebuggerStepThrough] set; }
[<System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)>]
[<get: System.Diagnostics.DebuggerStepThrough>]
[<set: System.Diagnostics.DebuggerStepThrough>]
member this.StickyMode : bool with get, set
Public Property StickyMode As Boolean

Property Value

Attributes

Applies to