Share via


DictEnum.showAsRadio Method

Definition

Returns a value that indicates whether the enumeration should be displayed by using radio buttons instead of a combo box.

public:
 virtual bool showAsRadio();
public virtual bool showAsRadio ();
abstract member showAsRadio : unit -> bool
override this.showAsRadio : unit -> bool
Public Overridable Function showAsRadio () As Boolean

Returns

true if the enumeration style is radio button; otherwise, false.

Applies to