Share via


FormBuildWindowControl.backStyle Method

Definition

Overloads

backStyle()

Determines whether the control background can be transparent.

backStyle(Int32)

backStyle()

Determines whether the control background can be transparent.

public:
 virtual int backStyle();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual int backStyle ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member backStyle : unit -> int
override this.backStyle : unit -> int
Public Overridable Function backStyle () As Integer

Returns

1 if the control background can be transparent; otherwise, 0.

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to

backStyle(Int32)

public:
 virtual int backStyle(int _value);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual int backStyle (int _value);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member backStyle : int -> int
override this.backStyle : int -> int
Public Overridable Function backStyle (_value As Integer) As Integer

Parameters

_value
Int32

Returns

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to