ITopBannerARGBColor Property |
Get/Set the text color according to an RGB value
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax int ARGBColor { get; set; }
Property Value
Type:
Int32Remarks The dblColorFromRGB(red, green, blue) function is to be used to generate an RGB value
Examples
To set the text color to be Red, set it using the dblColorFromRGB(red, green, blue) function:
TopBanner.ARGBColor = dblColorFromRGB(255, 0, 0)
See Also