AbstractButton

Abstract class of a *Button* *CheckBox and *RadioButton*

abstract
class AbstractButton : OwnerDrawControl {
DialogResult _dr;
}

Meta