C# Class ComponentFactory.Krypton.Toolkit.RenderDragDockingData

Aggregates information needed for rendering drag and drop indicators.
ファイルを表示 Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method 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

Method Description
UpdateFlag ( bool value, int flag ) : void
UpdateShowFlag ( bool value, int flag ) : void

Method Details

ClearActive() public method

Clear all the active flags.
public ClearActive ( ) : void
return void

RenderDragDockingData() public method

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.
return System