Share via


FormGridControl.isDisplayed Method

Definition

Retrieves a value that indicates whether the control is displayed.

public override bool isDisplayed();

Returns

true if the control is displayed; otherwise, false.

Remarks

To modify the visible state of the control, call the visible method.

Applies to