Share via


FormAnimateControl.isDisplayed Method

Definition

Retrieves a value that indicates whether the control is displayed.

public:
 override bool isDisplayed();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public override bool isDisplayed ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
override this.isDisplayed : unit -> bool
Public Overrides Function isDisplayed () As Boolean

Returns

true if the control is displayed; otherwise, false.

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Remarks

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

Applies to