C# Класс ComponentFactory.Krypton.Docking.KryptonFloatingWindow

Наследование: KryptonForm
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
OnFloatspaceCellAdding void
OnFloatspaceCellCountChanged void
OnFloatspaceCellRemoved void
OnFloatspaceCellVisibleCountChanged void
OnLayoutWorkspace void
OnTabVisibleCountChanged void
UpdateCellSettings void
VisibleCloseableUniqueNames string[]

Открытые методы

Метод Описание
KryptonFloatingWindow ( Form owner, KryptonFloatspace floatspace ) : System

Initialize a new instance of the KryptonFloatingWindow class.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnActivated ( EventArgs e ) : void

Raises the Activated event.

OnClosing ( CancelEventArgs e ) : void

Raises the Closing event.

OnDeactivate ( EventArgs e ) : void

Raises the Deactivate event.

OnLoad ( EventArgs e ) : void

Raises the Load event.

OnWindowCaptionDragging ( ScreenAndOffsetEventArgs e ) : void

Raises the WindowCaptionDragging event.

OnWindowCloseClicked ( UniqueNamesEventArgs e ) : void

Raises the WindowCloseClicked event.

WndProc ( Message &m ) : void

Processes Windows messages.

Приватные методы

Метод Описание
OnFloatspaceCellAdding ( object sender, WorkspaceCellEventArgs e ) : void
OnFloatspaceCellCountChanged ( object sender, EventArgs e ) : void
OnFloatspaceCellRemoved ( object sender, WorkspaceCellEventArgs e ) : void
OnFloatspaceCellVisibleCountChanged ( object sender, EventArgs e ) : void
OnLayoutWorkspace ( object sender, EventArgs e ) : void
OnTabVisibleCountChanged ( object sender, EventArgs e ) : void
UpdateCellSettings ( ) : void
VisibleCloseableUniqueNames ( ) : string[]

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

KryptonFloatingWindow() публичный Метод

Initialize a new instance of the KryptonFloatingWindow class.
public KryptonFloatingWindow ( Form owner, KryptonFloatspace floatspace ) : System
owner System.Windows.Forms.Form Reference to form that will own all the floating window.
floatspace KryptonFloatspace Reference to owning floatspace instance.
Результат System

OnActivated() защищенный Метод

Raises the Activated event.
protected OnActivated ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event data.
Результат void

OnClosing() защищенный Метод

Raises the Closing event.
protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs An CancelEventArgs that contains the event data.
Результат void

OnDeactivate() защищенный Метод

Raises the Deactivate event.
protected OnDeactivate ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event data.
Результат void

OnLoad() защищенный Метод

Raises the Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs An EventArgs that contains the event data.
Результат void

OnWindowCaptionDragging() защищенный Метод

Raises the WindowCaptionDragging event.
protected OnWindowCaptionDragging ( ScreenAndOffsetEventArgs e ) : void
e ScreenAndOffsetEventArgs An ScreenAndOffsetEventArgs that contains the event data.
Результат void

OnWindowCloseClicked() защищенный Метод

Raises the WindowCloseClicked event.
protected OnWindowCloseClicked ( UniqueNamesEventArgs e ) : void
e UniqueNamesEventArgs An UniqueNamesEventArgs that contains the event data.
Результат void

WndProc() защищенный Метод

Processes Windows messages.
protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message The Windows Message to process.
Результат void