Class RadTaskDialogIcon
A class that represents the icon of Rad
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadTaskDialogIcon : LightVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
RadTaskDialogIcon(Bitmap)
Initializes a new instance of the Rad
Declaration
public RadTaskDialogIcon(Bitmap image)
Parameters
System. The image that will be displayed. |
RadTaskDialogIcon(Icon)
Initializes a new instance of the Rad
Declaration
public RadTaskDialogIcon(Icon icon)
Parameters
System. The icon that will be displayed. |
RadTaskDialogIcon(IntPtr)
Initializes a new instance of the Rad
Declaration
public RadTaskDialogIcon(IntPtr iconHandle)
Parameters
System. The handle of the icon that will be displayed. |
RadTaskDialogIcon(RadSvgImage)
Initializes a new instance of the Rad
Declaration
public RadTaskDialogIcon(RadSvgImage svgImage)
Parameters
Rad The vector image that will be displayed. |
Properties
Error
Gets an Rad
Declaration
public static RadTaskDialogIcon Error { get; }
Property Value
IconHandle
Gets the icon handle.
Declaration
public IntPtr IconHandle { get; }
Property Value
System.
|
IconType
Gets or sets the type of the Rad
Declaration
public RadTaskDialogIconType? IconType { get; set; }
Property Value
System.
|
Image
Gets or sets the image of the Rad
Declaration
public override Image Image { get; set; }
Property Value
System.
|
Overrides
Information
Gets an Rad
Declaration
public static RadTaskDialogIcon Information { get; }
Property Value
None
Gets an Rad
Declaration
public static RadTaskDialogIcon None { get; }
Property Value
Shield
Gets an Rad
Declaration
public static RadTaskDialogIcon Shield { get; }
Property Value
ShieldBlueBar
Gets an Rad
Declaration
public static RadTaskDialogIcon ShieldBlueBar { get; }
Property Value
ShieldErrorRedBar
Gets an Rad
Declaration
public static RadTaskDialogIcon ShieldErrorRedBar { get; }
Property Value
ShieldGrayBar
Gets an Rad
Declaration
public static RadTaskDialogIcon ShieldGrayBar { get; }
Property Value
ShieldSuccessGreenBar
Gets an Rad
Declaration
public static RadTaskDialogIcon ShieldSuccessGreenBar { get; }
Property Value
ShieldWarningYellowBar
Gets an Rad
Declaration
public static RadTaskDialogIcon ShieldWarningYellowBar { get; }
Property Value
Warning
Gets an Rad
Declaration
public static RadTaskDialogIcon Warning { get; }
Property Value
Methods
GetLargeImage(RadTaskDialogIconImage)
Gets a large image 26x26px by given Rad
Declaration
public static Bitmap GetLargeImage(RadTaskDialogIconImage icon)
Parameters
Rad The type of the image to be returned. |
Returns
System. The image. |
GetSmallImage(RadTaskDialogIconImage)
Gets a small image 16x16px by given Rad
Declaration
public static Bitmap GetSmallImage(RadTaskDialogIconImage icon)
Parameters
Rad The type of the image to be returned. |
Returns
System. The image. |
GetSvgImage(RadTaskDialogIconImage, Nullable<Size>)
Gets a vector image by given Rad
Declaration
public static RadSvgImage GetSvgImage(RadTaskDialogIconImage icon, Size? size = default(Size? ))
Parameters
Rad The type of the vector image to be returned. |
System. The default size of the vector image. |
Returns
Rad An instance of Rad |
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)