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