Class Button
Button control
public class Button : ButtonBase, ICloneable
- Inheritance
-
Button
- Implements
- Inherited Members
- Extension Methods
Constructors
Button()
public Button()
Properties
CustomStyle
A custom style for this button - no auto-update
public string CustomStyle { get; set; }
Property Value
StyleValid
public bool StyleValid { get; }
Property Value
Text
The text displayed on the control
public override string Text { get; set; }