Styles that are included with the add-on and are updated when the add-on is updated. See BlockdefaultStyles to block these.
Namespace: Contensive.BaseClasses
Assembly: CPBase (in CPBase.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public MustOverride ReadOnly Property DefaultStyles As String |
| C# |
|---|
| public abstract string DefaultStyles { get; } |
| C++ |
|---|
| public abstract property string DefaultStyles abstract { String get(); } |
| J# |
|---|
| /** property */ public string get_DefaultStyles(); |
| JScript |
|---|
| public function get DefaultStyles() : String |