OlkControl.PossibleValues Property

Definition

Returns or sets a String (string in C#) that represents a list of possible values for the drop-down list for the control, separated by semicolons. Read/write.

public:
 property System::String ^ PossibleValues { System::String ^ get(); void set(System::String ^ value); };
public string PossibleValues { get; set; }
Public Property PossibleValues As String

Property Value

Remarks

For controls that do not support a drop-down list, the value of this property is Nothing (a null reference (Nothing in Visual Basic) in C#).

Applies to