EnterpriseCompanyUIBaseColor Property |
When not null, specifies the background color to use for visualization of the UI when the current enterprise company is selected. The color is in RGBA color format.
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<int> UIBaseColor { get; set; }
Public Property UIBaseColor As Nullable(Of Integer)
Get
Set
public:
property Nullable<int>^ UIBaseColor {
Nullable<int>^ get ();
void set (Nullable<int>^ value);
}
member UIBaseColor : Nullable<int> with get, set
Property Value
Type:
NullableInt32
See Also