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.
|
Method | Description | |
---|---|---|
UpdateFlag ( bool value, int flag ) : void | ||
UpdateShowFlag ( bool value, int flag ) : void |
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 |