Class RibbonBarToolInfo
Inheritance
RibbonBarToolInfo
Assembly: DotNetNuke.Web.dll
public class RibbonBarToolInfo
Constructors
Declaration
public RibbonBarToolInfo()
Declaration
public RibbonBarToolInfo(string toolName, bool isHostTool, bool useButton, string linkWindowTarget, string moduleFriendlyName, string controlKey, bool showAsPopUp)
Parameters
Properties
Declaration
public string ControlKey { get; set; }
Property Value
Declaration
public bool IsHostTool { get; set; }
Property Value
Declaration
public string LinkWindowTarget { get; set; }
Property Value
Declaration
public string ModuleFriendlyName { get; set; }
Property Value
Declaration
public bool ShowAsPopUp { get; set; }
Property Value
Declaration
public string ToolName { get; set; }
Property Value
Declaration
public bool UseButton { get; set; }
Property Value
Extension Methods