Namespace Syncfusion.WinForms.Core
Classes
BrushInfo
Holds information on how to fill the background of a window or grid cell. |
BrushInfoColorList
Represents a class that provides options to save list of System.Drawing.Color objects. |
BrushPainter
A helper class that provides the options to paints window background based on the BrushInfo information. |
CheckBoxPainter
Represents the static class the contains the methods for painting the checkbox. |
DesignerActionListBase
Defines a class which implements the System.ComponentModel.Design.DesignerActionList that supports the actions performed in the designer window of the control. |
ImagePainter
Represents a class that provides the various options for drawing the images and icons. |
LocalizationResourceBase
Represents a class which contains resource manager that provides convenient access to culture-specific resources at run time. |
NativePaint
Represents a class that provides the native methods for Painting. |
NativeScroll
Represents a class that provides the native methods for scrolling. |
NativeScroll.RegionCracker
Gets the rectangle region for the given offset. |
NativeTouch
Represents a class that provides native methods for Touch support. |
Popup
Modified PopupControlContainer that takes a child control and adds a sizable grip so that the window can be sized. |
PopupBase
Represents a class that provides the support to host any control. |
PopupHostBase
The top level form-derived class that hosts a Syncfusion.WinForms.Core.PopupHostBase.PopupControlContainer when it is dropped-down. |
ShapesPainter
Represents the functionalities that encapsulates the painting logic for a triangle. |
TextPainter
Represents a class that provides the options to paint the text and rotated text. |
WindowMessages
Represents a class that provides the list of window messages that are used in window process callback function. |
Structs
NativePaint.CHARRANGE
Specifies a range of characters in a rich edit control. |
NativePaint.FORMATRANGE
Information that a rich edit control uses to format its output for a particular device. |
NativePaint.GRADIENT_RECT
Specifies the index of two vertices in the pVertex array in the GradientFill function. These two vertices form the upper-left and lower-right boundaries of a rectangle. |
NativePaint.LOGBRUSH
Defines the style, color, and pattern of a physical brush. It is used by the CreateBrushIndirect and ExtCreatePen functions. |
NativePaint.PAINTSTRUCT
Contains the information about the application and used to paint the client area of the window owned by that application. |
NativePaint.RECT
Defines the coordinates of the upper-left and lower-right corners of a rectangle. |
NativePaint.RGB
Selects a red, green, blue (RGB) color based on the arguments supplied and the color capabilities of the output device. |
NativePaint.TRIVERTEX
Provides the color information and position information. |
NativeScroll.SCROLLBARINFO
Contains the information about the scroll bar component. |
NativeScroll.SCROLLINFO
Contains the information about the scrollbar parameters that are set by using SetScrollInfo method. |
NativeTouch.GESTURECONFIG
Gets and sets the configuration for enabling gesture messages and the type of this configuration. |
NativeTouch.GESTUREINFO
Stores the information about the gesture. |
NativeTouch.GESTURENOTIFYSTRUCT
Gets and sets the gesture notification information for enable the gesture. |
NativeTouch.POINTS
Represents an ordered pair of integer x- and y-coordinates that defines a point in a two-dimensional plane. |
Interfaces
ISupportUpdate
Provides the functionalities for the control to have BeginUpdate and EndUpdate options. |
Enums
NativePaint.DrawEdgeBorder
Defines the constants that specify the type of inner and outer edges to draw. |
NativePaint.DrawEdgeFlags
Defines the constants that specify the type of border. |
NativePaint.GRADIENT_FILL
Defines the constants that specify the types of fill options for gradient style. |
NativeScroll.SIF
Defines the constant that used to specifies the scrollbar parameters. |
NativeScroll.StateSystem
Defines the constants that used to specify the state of objects in an application UI. |
Delegates
DrawStateProc
This function is an application-defined callback function that renders a complex image for the DrawState function. |