Dialog Theme.
Namespace:
C1.Web.EditorAssembly: C1.Web.Editor.2 (in C1.Web.Editor.2.dll)
Syntax
C# |
---|
[TypeConverterAttribute(typeof(ExpandableObjectConverter))] [NotifyParentPropertyAttribute(true)] [BrowsableAttribute(true)] [ThemeableAttribute(true)] [PersistenceModeAttribute(PersistenceMode.InnerProperty)] [BindableAttribute(false)] [EditorBrowsableAttribute(EditorBrowsableState.Always)] public C1WebDialogTheme DialogTheme { get; } |
Visual Basic (Declaration) |
---|
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _ <NotifyParentPropertyAttribute(True)> _ <BrowsableAttribute(True)> _ <ThemeableAttribute(True)> _ <PersistenceModeAttribute(PersistenceMode.InnerProperty)> _ <BindableAttribute(False)> _ <EditorBrowsableAttribute(EditorBrowsableState.Always)> _ Public ReadOnly Property DialogTheme As C1WebDialogTheme Get |