Vanara/WIndows.Forms/Extensions
dahall 14c4802caa Added XML documentation 2020-04-02 21:59:18 -06:00
..
ButtonExtension.cs Added documentation 2019-11-22 18:43:08 -07:00
ComboBoxExtension.cs Added documentation 2019-11-22 18:43:08 -07:00
ControlExtension.cs Added check for null pointer before calling SendMessage. 2019-11-22 18:42:51 -07:00
ControlExtensionGDI.cs MAJOR BREAKING CHANGE: Moved all extension methods for System.Object to Vanara.Extensions.Reflection namespace to avoid Intellisense overloads with methods that will be rarely used. 2019-08-17 14:42:49 -06:00
CursorExtension.cs Added XML documentation 2020-04-02 21:59:18 -06:00
GraphicsExtension.cs Fixed overflow bug in GetTransparentBitmap 2018-06-27 13:10:01 -06:00
IconExtension.cs Added XML documentation 2020-04-02 21:59:18 -06:00
ImageListExtension.cs Fixed bug in ToImageList 2018-11-28 07:47:51 -07:00
LabelExtension.cs Added XML documentation 2020-04-02 21:59:18 -06:00
ListViewExtensions.cs Added XML documentation 2020-04-02 21:59:18 -06:00
MapWindowPoints.cs Added XML documentation 2020-04-02 21:59:18 -06:00
TextBoxExtension.cs Changed using from ComCtl32 to Shell32 after movement of shell interfaces 2019-10-25 18:55:14 -06:00
TreeViewExtension.cs Added GetItem and SetItem extension methods to TreeNode 2020-02-12 20:06:52 -07:00
VisualStylesRendererExtension.cs MAJOR BREAKING CHANGES: Fundamentally changed how HANDLEs are represented and used. Much better type safety now that all handles derive from HANDLE and disposing instances are all noted by a SafeHxxx name. Solves problem with circular references and random IntPtr parameters. 2018-09-21 22:35:34 -06:00
VisualStylesRendererExtensionGDI.cs XML Comment corrections (bad params, bad refs, bad syntax). 2019-11-05 22:52:45 -07:00