FormBuildControl.markAsUserAdd Method
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.
Overloads
markAsUserAdd() |
Marks or unmarks the control as a user-added control. |
markAsUserAdd(Boolean) |
markAsUserAdd()
Marks or unmarks the control as a user-added control.
public:
virtual bool markAsUserAdd();
public virtual bool markAsUserAdd ();
abstract member markAsUserAdd : unit -> bool
override this.markAsUserAdd : unit -> bool
Public Overridable Function markAsUserAdd () As Boolean
Returns
A Boolean value that indicates whether the control was marked as a user-added control.
Applies to
markAsUserAdd(Boolean)
public:
virtual bool markAsUserAdd(bool _value);
public virtual bool markAsUserAdd (bool _value);
abstract member markAsUserAdd : bool -> bool
override this.markAsUserAdd : bool -> bool
Public Overridable Function markAsUserAdd (_value As Boolean) As Boolean
Parameters
- _value
- Boolean
A Boolean value that indicates whether to mark the control as a user-added control.