Class ResourceHelper
Defines helper methods for manipulating assembly resources.
Inheritance
System.Object
ResourceHelper
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public static class ResourceHelper
Methods
CursorFromResource(Type, String)
Creates a new Cursor instance from the specified embedded resource for the specified type.
Declaration
public static Cursor CursorFromResource(Type type, string resourceName)
Parameters
System.Type
type
|
System.String
resourceName
|
Returns
System.Windows.Forms.Cursor
|
ImageFromResource(Type, String)
Creates a new Image instance from the specified embedded resource for the specified type.
Declaration
public static Bitmap ImageFromResource(Type type, string resourceName)
Parameters
System.Type
type
|
System.String
resourceName
|
Returns
System.Drawing.Bitmap
|