Share via


FormControl.allowSysSetup Method

Definition

Retrieves a value that indicates whether the control is shown in the SysSetup form.

public:
 virtual bool allowSysSetup();
public virtual bool allowSysSetup ();
abstract member allowSysSetup : unit -> bool
override this.allowSysSetup : unit -> bool
Public Overridable Function allowSysSetup () As Boolean

Returns

true if the control is shown in the SysSetup form; otherwise, false.

Applies to