Styles that are rendered on the page when the addon is executed. Custom styles are editable and are not modified when the add-on is updated.
Namespace: Contensive.BaseClasses
Assembly: CPBase (in CPBase.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public MustOverride ReadOnly Property CustomStyles As String |
| C# |
|---|
| public abstract string CustomStyles { get; } |
| C++ |
|---|
| public abstract property string CustomStyles abstract { String get(); } |
| J# |
|---|
| /** property */ public string get_CustomStyles(); |
| JScript |
|---|
| public function get CustomStyles() : String |