Click or drag to resize

ModernContent Properties

The ModernContent type exposes the following members.

Properties
  NameDescription
Public propertyCommandArea
Gets or Sets the CommandArea of the ModernContent.
Public propertyContentChanged
Gets or sets a value indicating whether the data held in this ModernContent has been changed.
Public propertyDetachedName
Gets or Sets the value of Window name showing in Title bar, when the current ModernContent is detached.
Protected propertyHasLoaded
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.
Public propertyIsDarkTheme
Gets the value if the current theme is dark background and white text.
Public propertyIsDetachable
Gets or Sets a value indicates if the current content can be detached.
Public propertyParentWindow
The BasicWindow object who holds the current ModernContent
Public propertyStatusBar
Gets or Sets the statusBar of the ModernContent.
Public propertyStrongName
Unique identifier of this ModernContent, it is usually used to save personal data per control
Top
See Also