Class ControlAndButton<T>
Represents a control with a generic child control and associated button functionality.
public class ControlAndButton<T> : ControlAndButton, IBaseObjectWithAttr, IBaseObjectWithId, INotifyPropertyChanged, IDisposableObject, IBaseObject, ISupportInitialize, IFocusable, ITextProperty, IComponent, IControl, IDisposable, IWin32Window, ILayoutItem, INotifyDataErrorInfo where T : AbstractControl, new()
Type Parameters
TThe type of the generic child control.
- Inheritance
-
ControlAndButton<T>
- Implements
- Derived
Constructors
- ControlAndButton()
Initializes a new instance of the ControlAndButton<T> class.
Properties
- MainControl
Gets main child control.
Methods
- CreateControl()
Creates main child control.