Click or drag to resize

ExtensionMethods Methods

The ExtensionMethods type exposes the following members.

Methods
 NameDescription
Public Extension MethodContainsFileDropListExAn IDataObject extension method that query if 'pDataObject' contains data that can be dropped as a file.
Public Extension MethodGetItemIdListsAn IDataObject extension method that gets a list of ItemIdLists contained in the IDataObject (if any).
Public Extension MethodGetPathsAn IDataObject extension method that gets the FilePaths in the IDataObject (if any).
Public Extension MethodGetSelfAndDescendants Returns a flattened collection of a control and all of its descendant controls.
Public Extension MethodHandleNeededA Control extension method that ensures that the handle for a control is created.
Public Extension MethodRestartRestarts the timer.
Public Extension MethodSameColorA 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 Extension MethodScaledPixelsAn extension method for controls: It scales the passed pixels according to the current dpi the control is displayed with.
Public Extension MethodScaleFontA Control extension method that scales font according to the passed factor.
Top
See Also