Share via


FormControl.isRestricted Method

Definition

Retrieves a value that indicates whether the control is restricted.

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

Returns

true if the control is restricted; otherwise, false.

Applies to