FormAnimateControl.visible Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
visible() |
Sets or returns a value that indicates whether the control is visible. |
visible(Boolean) |
visible()
Sets or returns a value that indicates whether the control is visible.
public:
override bool visible();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public override bool visible ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
override this.visible : unit -> bool
Public Overrides Function visible () As Boolean
Returns
true if the control is visible; otherwise, false.
- Attributes
-
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute
Applies to
visible(Boolean)
public:
override bool visible(bool _value);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public override bool visible (bool _value);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
override this.visible : bool -> bool
Public Overrides Function visible (_value As Boolean) As Boolean
Parameters
- _value
- Boolean
The value to assign to the visibility setting for the control; optional.
Returns
- Attributes
-
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute