OlkControl.PossibleValues Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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#).