Свойство | Тип | Описание | |
---|---|---|---|
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, |
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, |
Handle a maximize/restore request from a child item.
|
|
OnChildrenPropertyChanged ( object sender, |
Handle a change in the child collection of items.
|
|
OnPropertyChanged ( |
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 |
public Compact ( CompactFlags flags ) : void | ||
flags | CompactFlags | Set of compacting actions allowed. |
Результат | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |
public KryptonWorkspaceSequence ( ) : System | ||
Результат | System |
public KryptonWorkspaceSequence ( Orientation orientation ) : System | ||
orientation | Orientation | Initial orientation of the children. |
Результат | System |
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 |
protected OnChildrenMaximizeRestoreClicked ( object sender, |
||
sender | object | Source of the event. |
e | Event arguments associated with the event. | |
Результат | void |
protected OnChildrenPropertyChanged ( object sender, |
||
sender | object | Source of the event. |
e | Event arguments associated with the event. | |
Результат | void |
protected OnPropertyChanged ( |
||
e | A PropertyChangedEventArgs containing the event data. | |
Результат | void |
protected OnPropertyChanged ( string property ) : void | ||
property | string | Name of property that has changed. |
Результат | void |
public SaveToXml ( KryptonWorkspace workspace, |
||
workspace | KryptonWorkspace | Reference to owning workspace instance. |
xmlWriter | Xml writer to save information into. | |
Результат | void |