Show / Hide Table of Contents

Class ComboBoxItem

Represents an item for a Cegui combo box

Inheritance
Object
ComboBoxItem
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Slipe.Client.Gui
Assembly: SlipeClient.dll
Syntax
public class ComboBoxItem

Constructors

| Improve this Doc View Source

ComboBoxItem(String, ComboBox)

Create a combo box item assigned to a combo box

Declaration
public ComboBoxItem(string content, ComboBox comboBox)
Parameters
Type Name Description
String content
ComboBox comboBox

Properties

| Improve this Doc View Source

Content

Get and set the text of this combo box item

Declaration
public string Content { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

ID

Get the ID of this item in the combo box

Declaration
public int ID { get; }
Property Value
Type Description
Int32
  • Improve this Doc
  • View Source
Back to top Generated by DocFX