Share via


FormGroupControl.allowUserSetup Method

Definition

Overloads

allowUserSetup()

Sets or gets the level of modification that can be performed for a form group control.

allowUserSetup(Int32)

allowUserSetup()

Sets or gets the level of modification that can be performed for a form group control.

public:
 virtual int allowUserSetup();
public virtual int allowUserSetup ();
abstract member allowUserSetup : unit -> int
override this.allowUserSetup : unit -> int
Public Overridable Function allowUserSetup () As Integer

Returns

An integer value that indicates the level of modification that can be performed.

Remarks

You can use a FormAllowUserSetup enumeration value for the value parameter.

Applies to

allowUserSetup(Int32)

public:
 virtual int allowUserSetup(int _value);
public virtual int allowUserSetup (int _value);
abstract member allowUserSetup : int -> int
override this.allowUserSetup : int -> int
Public Overridable Function allowUserSetup (_value As Integer) As Integer

Parameters

_value
Int32

An Integer data type that indicates the level of modification that can be performed; optional.

Returns

Applies to