Interface IToolBarButtonExtensionPoint
Namespace: DotNetNuke.ExtensionPoints
Assembly: DotNetNuke.dll
Syntax
public interface IToolBarButtonExtensionPoint : IExtensionPoint
Properties
Action
Declaration
string Action { get; }
Property Value
| Type | Description |
|---|---|
| string |
AltText
Declaration
string AltText { get; }
Property Value
| Type | Description |
|---|---|
| string |
ButtonId
Declaration
string ButtonId { get; }
Property Value
| Type | Description |
|---|---|
| string |
CssClass
Declaration
string CssClass { get; }
Property Value
| Type | Description |
|---|---|
| string |
Enabled
Declaration
bool Enabled { get; }
Property Value
| Type | Description |
|---|---|
| bool |
ModuleContext
Declaration
ModuleInstanceContext ModuleContext { get; set; }
Property Value
| Type | Description |
|---|---|
| ModuleInstanceContext |
ShowIcon
Declaration
bool ShowIcon { get; }
Property Value
| Type | Description |
|---|---|
| bool |
ShowText
Declaration
bool ShowText { get; }
Property Value
| Type | Description |
|---|---|
| bool |