| KnownAdornmentInfoClassNameFor Method |
Namespace:
Dynamicweb.Core.UI
Assembly:
Dynamicweb.Core.UI (in Dynamicweb.Core.UI.dll) Version: 2.0.2
Syntax public static string ClassNameFor(
KnownAdornment adornment,
bool includePrefix = true,
KnownColor color = KnownColor.None
)
Public Shared Function ClassNameFor (
adornment As KnownAdornment,
Optional includePrefix As Boolean = true,
Optional color As KnownColor = KnownColor.None
) As String
Parameters
- adornment
- Type: Dynamicweb.Core.UIKnownAdornment
- includePrefix (Optional)
- Type: SystemBoolean
- color (Optional)
- Type: Dynamicweb.Core.UIKnownColor
Return Value
Type:
StringSee Also