DekGenius.com
[ Team LiB ] Previous Section Next Section

Appearanceserializable

System.Windows.Forms (system.windows.forms.dll)enum

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

    [ Team LiB ] Previous Section Next Section