FormAnimateControl.transparent 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
transparent() | |
transparent(Boolean) |
transparent()
public:
virtual bool transparent();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual bool transparent ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member transparent : unit -> bool
override this.transparent : unit -> bool
Public Overridable Function transparent () As Boolean
Returns
- Attributes
-
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute
Applies to
transparent(Boolean)
public:
virtual bool transparent(bool _value);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual bool transparent (bool _value);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member transparent : bool -> bool
override this.transparent : bool -> bool
Public Overridable Function transparent (_value As Boolean) As Boolean
Parameters
- _value
- Boolean
Returns
- Attributes
-
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute