Class RadTaskDialogRadioButton
A class that represents a radio button of RadTaskDialogPage
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadTaskDialogRadioButton : RadRadioButtonElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IButtonControl, IImageElement, IRadTaskDialogControl, IRadTaskDialogPageFocusableElement
Constructors
RadTaskDialogRadioButton()
Initializes a new instance of the RadTaskDialogRadioButton class.
Declaration
public RadTaskDialogRadioButton()
RadTaskDialogRadioButton(String)
Initializes a new instance of the RadTaskDialogRadioButton class.
Declaration
public RadTaskDialogRadioButton(string text)
Parameters
System.String
text
The text of the radio button. |
Properties
BoundPage
Gets the bound RadTaskDialogPage.
Declaration
public RadTaskDialogPage BoundPage { get; }
Property Value
RadTaskDialogPage
|
Implements
DrawFocusCues
Gets or sets a value indicating whether to draw focus cues when the radio button is focused.
Declaration
public bool DrawFocusCues { get; set; }
Property Value
System.Boolean
|
Focused
Gets or sets a value indicating whether the radio button is focused.
Declaration
public bool Focused { get; set; }
Property Value
System.Boolean
|
Implements
ThemeEffectiveType
Declaration
protected override Type ThemeEffectiveType { get; }
Property Value
System.Type
|
Overrides
Methods
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
OnMouseDown(MouseEventArgs)
Declaration
protected override void OnMouseDown(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs
e
|
Overrides
PostPaintChildren(IGraphics, Rectangle, Single, SizeF)
Declaration
protected override void PostPaintChildren(IGraphics graphics, Rectangle clipRectange, float angle, SizeF scale)
Parameters
IGraphics
graphics
|
System.Drawing.Rectangle
clipRectange
|
System.Single
angle
|
System.Drawing.SizeF
scale
|
Overrides
Explicit Interface Implementations
IRadTaskDialogControl.get_Tag()
Declaration
object IRadTaskDialogControl.get_Tag()
Returns
System.Object
|
Implements
IRadTaskDialogControl.set_Tag(Object)
Declaration
void IRadTaskDialogControl.set_Tag(object value)
Parameters
System.Object
value
|