IChannelUser.RgbNickColor Property

AdiIRC API v2

IChannelUserRgbNickColor Property

Returns the rgb nick color (RRGGBB format) to use for the nick on this IChannel

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
string RgbNickColor { get; }
ReadOnly Property RgbNickColor As String
	Get
property String^ RgbNickColor {
	String^ get ();
}
abstract RgbNickColor : string with get

Property Value

Type: String
See Also