Class RadTaskDialogButton
A class that represents a button of Rad
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadTaskDialogButton : LightVisualButtonElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider, IRadTaskDialogControl, IRadTaskDialogPageFocusableElement
Constructors
RadTaskDialogButton()
Initializes a new instance of the Rad
Declaration
public RadTaskDialogButton()
RadTaskDialogButton(String, Boolean, Boolean)
Initializes a new instance of the Rad
Declaration
public RadTaskDialogButton(string text, bool enabled = true, bool allowCloseDialog = true)
Parameters
System. The text of the button. |
System. The enabled state of the button. |
System. Whether to close the dialog when the button is pressed. |
Fields
FocusedProperty
Properties
Abort
Gets a Rad
Declaration
public static RadTaskDialogButton Abort { get; }
Property Value
AllowCloseDialog
Gets or sets a value indicating, whether to close the Rad
Declaration
public bool AllowCloseDialog { get; set; }
Property Value
System.
|
BoundPage
Gets the bound Rad
Declaration
public RadTaskDialogPage BoundPage { get; }
Property Value
Implements
Cancel
Gets a Rad
Declaration
public static RadTaskDialogButton Cancel { get; }
Property Value
Close
Gets a Rad
Declaration
public static RadTaskDialogButton Close { get; }
Property Value
Continue
Gets a Rad
Declaration
public static RadTaskDialogButton Continue { get; }
Property Value
DrawFocusCues
Gets or sets a value indicating whether to draw focus cues when the button is focused.
Declaration
public bool DrawFocusCues { get; set; }
Property Value
System.
|
Focused
Gets or sets a value indicating whether the button is focused.
Declaration
public bool Focused { get; set; }
Property Value
System.
|
Implements
Help
Gets a Rad
Declaration
public static RadTaskDialogButton Help { get; }
Property Value
Ignore
Gets a Rad
Declaration
public static RadTaskDialogButton Ignore { get; }
Property Value
No
Gets a Rad
Declaration
public static RadTaskDialogButton No { get; }
Property Value
OK
Gets a Rad
Declaration
public static RadTaskDialogButton OK { get; }
Property Value
Retry
Gets a Rad
Declaration
public static RadTaskDialogButton Retry { get; }
Property Value
ShowShieldIcon
Gets or sets a value indicating whether to display a shield icon.
Declaration
public bool ShowShieldIcon { get; set; }
Property Value
System.
|
TryAgain
Gets a Rad
Declaration
public static RadTaskDialogButton TryAgain { get; }
Property Value
Yes
Gets a Rad
Declaration
public static RadTaskDialogButton Yes { get; }
Property Value
Methods
Equals(Object)
Compares an object with current instance and returns a value determining whether the two objects are equal.
Declaration
public override bool Equals(object obj)
Parameters
System. The object to be compared with current instance. |
Returns
System. Whether the two objects are equal. |
Overrides
GetHashCode()
Returns the hash code of the object.
Declaration
public override int GetHashCode()
Returns
System.
|
Overrides
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
OnClick(EventArgs)
Declaration
protected override void OnClick(EventArgs e)
Parameters
System.
|
Overrides
OnMouseDown(MouseEventArgs)
Declaration
protected override void OnMouseDown(MouseEventArgs e)
Parameters
System.
|
Overrides
PostPaintChildren(IGraphics, Rectangle, Single, SizeF)
Declaration
protected override void PostPaintChildren(IGraphics graphics, Rectangle clipRectangle, float angle, SizeF scale)
Parameters
IGraphics
graphics
|
System.
|
System.
|
System.
|
Overrides
Operators
Equality(RadTaskDialogButton, RadTaskDialogButton)
The == operator returns a value whether two Rad
Declaration
public static bool operator ==(RadTaskDialogButton b1, RadTaskDialogButton b2)
Parameters
Rad First button to be compared. |
Rad Second button to be compared. |
Returns
System. Whether the two objects are equal. |
Inequality(RadTaskDialogButton, RadTaskDialogButton)
The != operator returns a value whether two Rad
Declaration
public static bool operator !=(RadTaskDialogButton b1, RadTaskDialogButton b2)
Parameters
Rad First button to be compared. |
Rad Second button to be compared. |
Returns
System. Whether the two objects are not equal. |
Explicit Interface Implementations
IRadTaskDialogControl.get_Tag()
Declaration
object IRadTaskDialogControl.get_Tag()
Returns
System.
|
Implements
IRadTaskDialogControl.set_Tag(Object)
Declaration
void IRadTaskDialogControl.set_Tag(object value)
Parameters
System.
|