Class RadTaskDialogVerificationCheckBox
A class that represents the verification checkbox of RadTaskDialogPage
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadTaskDialogVerificationCheckBox : RadCheckBoxElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IButtonControl, IImageElement
Constructors
RadTaskDialogVerificationCheckBox()
Initializes a new instance of the RadTaskDialogVerificationCheckBox class.
Declaration
public RadTaskDialogVerificationCheckBox()
RadTaskDialogVerificationCheckBox(String, Boolean)
Initializes a new instance of the RadTaskDialogVerificationCheckBox class.
Declaration
public RadTaskDialogVerificationCheckBox(string text, bool isChecked = false)
Parameters
System.String
text
The text of the checkbox. |
System.Boolean
isChecked
A value indicating whether the checkbox is checked. |
Properties
Text
Gets or sets the text of the checkbox.
Declaration
public override string Text { get; set; }
Property Value
System.String
|
Overrides
ThemeEffectiveType
Declaration
protected override Type ThemeEffectiveType { get; }
Property Value
System.Type
|
Overrides
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
OnCheckedChanged()
Declaration
protected virtual void OnCheckedChanged()
OnToggleStateChanged(StateChangedEventArgs)
Declaration
protected override void OnToggleStateChanged(StateChangedEventArgs e)
Parameters
StateChangedEventArgs
e
|
Overrides
UpdateVisibility()
Declaration
protected virtual void UpdateVisibility()
Events
CheckedChanged
An event that is fired when the checked property of the checkbox is changed.
Declaration
public event EventHandler CheckedChanged
Event Type
System.EventHandler
|