←Select platform

ColorRef Property

Summary

Gets a Windows COLORREF color representation of this color.

Syntax
C#
VB
C++
[CLSCompliantAttribute(false)] 
public uint ColorRef { get; } 
<CLSCompliantAttribute(False)> 
Public ReadOnly Property ColorRef As UInteger 
[CLSCompliantAttribute(false)] 
public: 
property uint ColorRef { 
   uint get(); 
} 

Property Value

A Windows COLORREF color representation of this color.

Remarks

The return value is a 32-bit unsigned integer in the following hexadecimal form:

0x00bbggrr

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly