Table of Contents

Class ControlAndButton<T>

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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

T

The 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.

Text

Gets or sets Text property of the main child control.

Methods

CreateControl()

Creates main child control.