Method | Description | |
---|---|---|
SeparatorMoved ( Point mouse, Point splitter ) : void |
Indicates the separator has finished and been moved.
|
|
SeparatorMoving ( Point mouse, Point splitter ) : bool |
Indicates the separator is moving.
|
|
SeparatorNotMoved ( ) : void |
Indicates the separator has not been moved.
|
|
ToString ( ) : string |
Obtains the String representation of this instance.
|
|
ViewDrawWorkspaceSeparator ( KryptonWorkspace workspace, IWorkspaceItem workspaceItem, Orientation orientation ) : System |
Initialize a new instance of the ViewDrawWorkspaceSeparator class.
|
public SeparatorMoved ( Point mouse, Point splitter ) : void | ||
mouse | Point | Current mouse position in client area. |
splitter | Point | Current position of the splitter. |
return | void |
public SeparatorMoving ( Point mouse, Point splitter ) : bool | ||
mouse | Point | Current mouse position in client area. |
splitter | Point | Current position of the splitter. |
return | bool |
public ViewDrawWorkspaceSeparator ( KryptonWorkspace workspace, IWorkspaceItem workspaceItem, Orientation orientation ) : System | ||
workspace | KryptonWorkspace | Associated workspace instance. |
workspaceItem | IWorkspaceItem | Associated workspace item. |
orientation | Orientation | Visual orientation of the content. |
return | System |