Class ResFinder
Provides access to embedded Telerik WinControls resources including icons and images. Not intended for general use.
Inheritance
Inherited Members
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public class ResFinder
Constructors
ResFinder()
Declaration
public ResFinder()
Properties
MenuIcon
Gets the menu icon used by Telerik WinControls.
Declaration
public static Image MenuIcon { get; }
Property Value
System.Drawing.Image
An System.Drawing.Image representing the menu icon. |
ProgressIcon
Gets the progress icon used by Telerik WinControls.
Declaration
public static Icon ProgressIcon { get; }
Property Value
System.Drawing.Icon
An System.Drawing.Icon representing the progress indicator. |
WinFormsIcon
Gets the Telerik WinForms application icon.
Declaration
public static Icon WinFormsIcon { get; }
Property Value
System.Drawing.Icon
An System.Drawing.Icon representing the WinForms application. |
WinFormsLogoWithText
Gets the Telerik WinForms logo with text.
Declaration
public static Image WinFormsLogoWithText { get; }
Property Value
System.Drawing.Image
An System.Drawing.Image containing the WinForms logo with accompanying text. |