Represents a double buffered UserControl.
Namespace:
BeeMobile.MonthCalendarAssembly: BeeMobile.MonthCalendar.CF35 (in BeeMobile.MonthCalendar.CF35.dll) Version: 3.5.0.1
Syntax
C# |
---|
public abstract class DoubleBufferingControl : UserControl |
Visual Basic (Declaration) |
---|
Public MustInherit Class DoubleBufferingControl _ Inherits UserControl |
Visual C++ |
---|
public ref class DoubleBufferingControl abstract : public UserControl |
Remarks
It represents a double buffered UserControl class.
Double buffering is achieved by inheriting from this control and subsequently
overriding the Draw(Graphics) method as if it was OnPaint
method in the UserControl class.
Inheritance Hierarchy
System..::.Object
System..::.MarshalByRefObject
System.ComponentModel..::.Component
System.Windows.Forms..::.Control
System.Windows.Forms..::.ScrollableControl
System.Windows.Forms..::.ContainerControl
System.Windows.Forms..::.UserControl
BeeMobile.MonthCalendar..::.DoubleBufferingControl
BeeMobile.MonthCalendar..::.MonthCalendar
System..::.MarshalByRefObject
System.ComponentModel..::.Component
System.Windows.Forms..::.Control
System.Windows.Forms..::.ScrollableControl
System.Windows.Forms..::.ContainerControl
System.Windows.Forms..::.UserControl
BeeMobile.MonthCalendar..::.DoubleBufferingControl
BeeMobile.MonthCalendar..::.MonthCalendar