Name

Appearance

Synopsis

This enumeration is used by CheckBox and RadioButton objects to determine whether they should be rendered in the Normal way or like a Button.


public enum Appearance {

   Normal = 0,

   Button = 1

}

Hierarchy

System.Object System.ValueType System.Enum(System.IComparabl, System.IFormattable, System.IConvertible) Appearance

Returned By

CheckBox.Appearance, RadioButton.Appearance

Passed To

CheckBox.Appearance, RadioButton.Appearance

Get .NET Windows Forms in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.