Метод | Описание | |
---|---|---|
HideUniqueName ( ) : void |
Remove from view any slide out page.
|
|
HideUniqueName ( string uniqueName ) : void |
Remove from view the slide out page if it matches the unqiue name provided.
|
|
KryptonAutoHiddenSlidePanel ( |
Initialize a new instance of the KryptonAutoHiddenSlidePanel class.
|
|
SlideIn ( ) : void |
Requests the panel slide out of view.
|
|
SlideOut ( |
Requests the panel slide into view and display the provided page.
|
|
UpdateSize ( int width, int height ) : void |
Update the size and position of the slide out panel.
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnLeave ( |
Raises the Leave event.
|
Метод | Описание | |
---|---|---|
CalculateStartAndEnd ( ) : void | ||
MakeHidden ( ) : void | ||
MakeSlideIn ( ) : void | ||
OnAutoHiddenShowingStateChanged ( |
||
OnCheckMakeHidden ( object sender, |
||
OnControlSizeChanged ( object sender, |
||
OnDismissTimerTick ( object sender, |
||
OnDockspaceCellLosesFocus ( object sender, |
||
OnDockspacePageAutoHiddenClicked ( object sender, |
||
OnDockspacePageCloseClicked ( object sender, |
||
OnDockspacePageDropDownClicked ( object sender, |
||
OnDockspaceSeparatorMoveRect ( object sender, |
||
OnDockspaceSeparatorMoved ( object sender, System.Windows.Forms.SplitterEventArgs e ) : void | ||
OnDockspaceSeparatorMoving ( object sender, System.Windows.Forms.SplitterCancelEventArgs e ) : void | ||
OnSlideTimerTick ( object sender, |
||
PreFilterMessage ( |
||
ResetChildIndex ( ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |
public HideUniqueName ( string uniqueName ) : void | ||
uniqueName | string | Unique name of the page to be hidden. |
Результат | void |
public KryptonAutoHiddenSlidePanel ( |
||
control | Reference to control that is being managed. | |
edge | DockingEdge | Docking edge being managed. |
panel | Reference to auto hidden panel for this edge. | |
Результат | System |
protected OnLeave ( |
||
e | An EventArgs containing the event data. | |
Результат | void |
public SlideOut ( |
||
page | Reference to page for display. | |
group | Reference to auto hidden group that displays the page. | |
select | bool | Should the sliding out page become selected. |
Результат | void |
public UpdateSize ( int width, int height ) : void | ||
width | int | Delta width to apply. |
height | int | Delta height to apply. |
Результат | void |