C# Класс ComponentFactory.Krypton.Workspace.KryptonWorkspaceSequence

Наследование: System.ComponentModel.Component, IWorkspaceItem
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
CompactPromoteLeafs void
CompactRemoveEmptyCells void
CompactRemoveEmptySequences void
DebugOutput void

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

Метод Описание
Compact ( CompactFlags flags ) : void

Perform any compacting actions allowed by the flags.

Hide ( ) : void

Conceals the control from the user.

KryptonWorkspaceSequence ( ) : System

Initialise a new instance of the KryptonWorkspaceSequence class.

KryptonWorkspaceSequence ( Orientation orientation ) : System

Initialise a new instance of the KryptonWorkspaceSequence class.

LoadFromXml ( KryptonWorkspace workspace, XmlReader xmlReader, UniqueNameToPage existingPages ) : void

Request this sequence load and recreate children.

ResetUniqueName ( ) : void

Resets the UniqueName property to its default value.

SaveToXml ( KryptonWorkspace workspace, XmlWriter xmlWriter ) : void

Request this sequence save its information about children.

Show ( ) : void

Displays the control to the user.

ToString ( ) : string

Obtains the String representation of this instance.

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

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

Clean up any resources being used.

OnChildrenMaximizeRestoreClicked ( object sender, EventArgs e ) : void

Handle a maximize/restore request from a child item.

OnChildrenPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Handle a change in the child collection of items.

OnPropertyChanged ( PropertyChangedEventArgs e ) : void

Raises the PropertyChanged event.

OnPropertyChanged ( string property ) : void

Raises the PropertyChanged event.

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

Метод Описание
CompactPromoteLeafs ( CompactFlags flags ) : void
CompactRemoveEmptyCells ( CompactFlags flags ) : void
CompactRemoveEmptySequences ( CompactFlags flags ) : void
DebugOutput ( int indent ) : void

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

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

Perform any compacting actions allowed by the flags.
public Compact ( CompactFlags flags ) : void
flags CompactFlags Set of compacting actions allowed.
Результат void

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

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

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

Conceals the control from the user.
public Hide ( ) : void
Результат void

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

Initialise a new instance of the KryptonWorkspaceSequence class.
public KryptonWorkspaceSequence ( ) : System
Результат System

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

Initialise a new instance of the KryptonWorkspaceSequence class.
public KryptonWorkspaceSequence ( Orientation orientation ) : System
orientation Orientation Initial orientation of the children.
Результат System

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

Request this sequence load and recreate children.
public LoadFromXml ( KryptonWorkspace workspace, XmlReader xmlReader, UniqueNameToPage existingPages ) : void
workspace KryptonWorkspace Reference to owning workspace instance.
xmlReader XmlReader Xml reader for loading information.
existingPages UniqueNameToPage Dictionary on existing pages before load.
Результат void

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

Handle a maximize/restore request from a child item.
protected OnChildrenMaximizeRestoreClicked ( object sender, EventArgs e ) : void
sender object Source of the event.
e System.EventArgs Event arguments associated with the event.
Результат void

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

Handle a change in the child collection of items.
protected OnChildrenPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
sender object Source of the event.
e System.ComponentModel.PropertyChangedEventArgs Event arguments associated with the event.
Результат void

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

Raises the PropertyChanged event.
protected OnPropertyChanged ( PropertyChangedEventArgs e ) : void
e System.ComponentModel.PropertyChangedEventArgs A PropertyChangedEventArgs containing the event data.
Результат void

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

Raises the PropertyChanged event.
protected OnPropertyChanged ( string property ) : void
property string Name of property that has changed.
Результат void

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

Resets the UniqueName property to its default value.
public ResetUniqueName ( ) : void
Результат void

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

Request this sequence save its information about children.
public SaveToXml ( KryptonWorkspace workspace, XmlWriter xmlWriter ) : void
workspace KryptonWorkspace Reference to owning workspace instance.
xmlWriter System.Xml.XmlWriter Xml writer to save information into.
Результат void

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

Displays the control to the user.
public Show ( ) : void
Результат void

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

Obtains the String representation of this instance.
public ToString ( ) : string
Результат string