C# 클래스 ComponentFactory.Krypton.Toolkit.RenderDragDockingData

Aggregates information needed for rendering drag and drop indicators.
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
UpdateFlag ( bool value, int flag ) : void
UpdateShowFlag ( bool value, int flag ) : void

메소드 상세

ClearActive() 공개 메소드

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

RenderDragDockingData() 공개 메소드

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.
리턴 System