Table of Contents

Class UIValue_WriteString_DropdownOptions

Namespace
KSP.UI.Binding
Assembly
Assembly-CSharp.dll
public class UIValue_WriteString_DropdownOptions : UIValueBinder<string>, IUIDataContextBindable, IUIValueBinder, IUIValueBinder<string>, IUIValueBindable<string>, IUIValueBindable
Inheritance
UIValue_WriteString_DropdownOptions
Implements
Inherited Members
Extension Methods

Constructors

UIValue_WriteString_DropdownOptions()

public UIValue_WriteString_DropdownOptions()

Fields

dropdownDataKey

protected string dropdownDataKey

Field Value

string

Properties

DropdownDataKey

public string DropdownDataKey { get; set; }

Property Value

string

HaveDropdownDataKey

public bool HaveDropdownDataKey { get; }

Property Value

bool

IsDropdownDataReady

public bool IsDropdownDataReady { get; }

Property Value

bool

Methods

BindValue(IProperty)

public override void BindValue(IProperty valueProperty)

Parameters

valueProperty IProperty

RedrawValue(bool)

public override void RedrawValue(bool instant = true)

Parameters

instant bool