IChannelUser.NickColor Property

AdiIRC API v2

IChannelUserNickColor Property

Returns the (0-15 numeric) nick color 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
int NickColor { get; }
ReadOnly Property NickColor As Integer
	Get
property int NickColor {
	int get ();
}
abstract NickColor : int with get

Property Value

Type: Int32
See Also