Public Member Functions | |
| DWACPageManager () | |
| void | RemoveControl (DWACBaseControl control) |
| void | AddControl (DWACBaseControl control) |
Static Public Member Functions | |
| static DWACPageManager | GetPageInstance (Page page) |
Public Attributes | |
| const String | ITEM_ID = "dwac-page-manager" |
| bool | HavePrimaryEngine = false |
| bool | RegisteredStartup = false |
Static Public Attributes | |
| static DWACPageManager | Singleton = null |
Properties | |
| List< DWACBaseControl > | Controls [get] |
| bool | DesignMode [get, set] |
Private Attributes | |
| List< DWACBaseControl > | controls = null |
| bool | design_mode = false |
| DWACLibrary.DWACPageManager.DWACPageManager | ( | ) |
| void DWACLibrary.DWACPageManager.RemoveControl | ( | DWACBaseControl | control | ) |
| void DWACLibrary.DWACPageManager.AddControl | ( | DWACBaseControl | control | ) |
| static DWACPageManager DWACLibrary.DWACPageManager.GetPageInstance | ( | Page | page | ) | [static] |
| const String DWACLibrary.DWACPageManager.ITEM_ID = "dwac-page-manager" |
DWACPageManager DWACLibrary.DWACPageManager.Singleton = null [static] |
| bool DWACLibrary.DWACPageManager.HavePrimaryEngine = false |
| bool DWACLibrary.DWACPageManager.RegisteredStartup = false |
List<DWACBaseControl> DWACLibrary.DWACPageManager.controls = null [private] |
bool DWACLibrary.DWACPageManager.design_mode = false [private] |
List<DWACBaseControl> DWACLibrary.DWACPageManager.Controls [get] |
bool DWACLibrary.DWACPageManager.DesignMode [get, set] |