Click or drag to resize

ExtensionMethods Class

Class that collects extension methods.
Inheritance Hierarchy
SystemObject
  Jam.ShellExtensionMethods

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
public static class ExtensionMethods

The ExtensionMethods type exposes the following members.

Methods
  NameDescription
Public methodStatic memberContainsFileDropListEx
An IDataObject extension method that query if 'pDataObject' contains data that can be dropped as a file.
Public methodStatic memberGetItemIdLists
An IDataObject extension method that gets a list of ItemIdLists contained in the IDataObject (if any).
Public methodStatic memberGetPaths
An IDataObject extension method that gets the FilePaths in the IDataObject (if any).
Public methodStatic memberHandleNeeded
A Control extension method that ensures that the handle for a control is created.
Public methodStatic memberRestart
Restarts the timer.
Public methodStatic memberSameColor
A System.Drawing.Color extension method that checks if the passed color has the same color value (and doesn't take into account if it is e.g. a named color or not.
Public methodStatic memberScaledPixels
An extension method for controls: It scales the passed pixels according to the current dpi the control is displayed with.
Public methodStatic memberScaleFont
A Control extension method that scales font according to the passed factor.
Top
See Also