ModernContent Properties |
The ModernContent type exposes the following members.
| Name | Description | |
|---|---|---|
| CommandArea |
Gets or Sets the CommandArea of the ModernContent.
| |
| ContentChanged |
Gets or sets a value indicating whether the data held in this ModernContent has been changed.
| |
| DetachedName |
Gets or Sets the value of Window name showing in Title bar, when the current ModernContent is detached.
| |
| HasLoaded |
Gets or Sets a value indicates if the Load operation is done for this control. you need to pass manually this indicator to True once initialization has done.
| |
| IsDarkTheme |
Gets the value if the current theme is dark background and white text.
| |
| IsDetachable |
Gets or Sets a value indicates if the current content can be detached.
| |
| ParentWindow |
The BasicWindow object who holds the current ModernContent
| |
| StatusBar |
Gets or Sets the statusBar of the ModernContent.
| |
| StrongName |
Unique identifier of this ModernContent, it is usually used to save personal data per control
|