C# Class ComponentFactory.Krypton.Toolkit.RenderDragDockingData

Aggregates information needed for rendering drag and drop indicators.
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Méthodes publiques

Méthode Description
ClearActive ( ) : void

Clear all the active flags.

RenderDragDockingData ( bool showLeft, bool showRight, bool showTop, bool showBottom, bool showMiddle ) : System

Initialize a new instance of the PaletteDragData class.

Private Methods

Méthode Description
UpdateFlag ( bool value, int flag ) : void
UpdateShowFlag ( bool value, int flag ) : void

Method Details

ClearActive() public méthode

Clear all the active flags.
public ClearActive ( ) : void
Résultat void

RenderDragDockingData() public méthode

Initialize a new instance of the PaletteDragData class.
public RenderDragDockingData ( bool showLeft, bool showRight, bool showTop, bool showBottom, bool showMiddle ) : System
showLeft bool Should the left docking indicator be shown.
showRight bool Should the right docking indicator be shown.
showTop bool Should the top docking indicator be shown.
showBottom bool Should the bottom docking indicator be shown.
showMiddle bool Should the middle docking indicator be shown.
Résultat System