Choices Property

Summary

Gets the list of choices.

Syntax
C#
VB
C++
public List<string> Choices { get; } 
Public ReadOnly Property Choices As List(Of String) 
public: 
property List<String^>^ Choices { 
   List<String^>^ get(); 
} 

Property Value

The list of choices.

Remarks

If a list of choices is provided a UITypeEditor combo box will be displayed in the property grid to allow the user to choose the appropriate choice.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly