RAGENativeUI.Elements.UIMenuListItem.SetRightLabel C# (CSharp) Method

SetRightLabel() public method

public SetRightLabel ( string text ) : void
text string
return void
        public override void SetRightLabel(string text)
        {
            throw new Exception("UIMenuListItem cannot have a right label.");
        }