Свойство | Type | Description | |
---|---|---|---|
_controlFactory | IControlFactory |
Свойство | Type | Description | |
---|---|---|---|
ManagedControlResizeHandler | void | ||
ObserveGlobalUIHints | void | ||
SetManagedControl | void |
Méthode | Description | |
---|---|---|
AddControl ( IControlHabanero control ) : IControlHabanero |
Add a control to the layout
|
|
Refresh ( ) : void |
Updates the layout and appearance of the managed controls
|
Méthode | Description | |
---|---|---|
LayoutManager ( IControlHabanero managedControl, IControlFactory controlFactory ) : System |
Constructor to initialise a new layout manager
|
|
RefreshControlPositions ( ) : void |
Updates the layout and appearance of the managed controls
|
Méthode | Description | |
---|---|---|
ManagedControlResizeHandler ( Object sender, |
A handler to deal with the event where a control has been resized by the user
|
|
ObserveGlobalUIHints ( ) : void | ||
SetManagedControl ( IControlHabanero managedControl ) : void |
public abstract AddControl ( IControlHabanero control ) : IControlHabanero | ||
control | IControlHabanero | The control to add |
Résultat | IControlHabanero |
protected LayoutManager ( IControlHabanero managedControl, IControlFactory controlFactory ) : System | ||
managedControl | IControlHabanero | The control to manage |
controlFactory | IControlFactory | control factory used to create any child controls |
Résultat | System |
protected abstract RefreshControlPositions ( ) : void | ||
Résultat | void |