Show / Hide Table of Contents

Class RibbonBarToolInfo

Inheritance
object
RibbonBarToolInfo
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Web.UI.WebControls
Assembly: DotNetNuke.Web.dll
Syntax
public class RibbonBarToolInfo

Constructors

RibbonBarToolInfo()

Declaration
public RibbonBarToolInfo()

RibbonBarToolInfo(string, bool, bool, string, string, string, bool)

Declaration
public RibbonBarToolInfo(string toolName, bool isHostTool, bool useButton, string linkWindowTarget, string moduleFriendlyName, string controlKey, bool showAsPopUp)
Parameters
Type Name Description
string toolName
bool isHostTool
bool useButton
string linkWindowTarget
string moduleFriendlyName
string controlKey
bool showAsPopUp

Properties

ControlKey

Declaration
public string ControlKey { get; set; }
Property Value
Type Description
string

IsHostTool

Declaration
public bool IsHostTool { get; set; }
Property Value
Type Description
bool

LinkWindowTarget

Declaration
public string LinkWindowTarget { get; set; }
Property Value
Type Description
string

ModuleFriendlyName

Declaration
public string ModuleFriendlyName { get; set; }
Property Value
Type Description
string

ShowAsPopUp

Declaration
public bool ShowAsPopUp { get; set; }
Property Value
Type Description
bool

ToolName

Declaration
public string ToolName { get; set; }
Property Value
Type Description
string

UseButton

Declaration
public bool UseButton { get; set; }
Property Value
Type Description
bool

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS