Share via


FormBuildWindowControl.colorScheme Method

Definition

Overloads

colorScheme(Int32)
colorScheme()

Gets or sets the color scheme of the control.

colorScheme(Int32)

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

Parameters

_value
Int32

Returns

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to

colorScheme()

Gets or sets the color scheme of the control.

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

Returns

An integer between zero and two, inclusive.

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Remarks

The color scheme is defined according to the following table:

Value. Style.
0 Default.
1 The Microsoft Windows palette.
2 The true-color scheme.

Applies to