Inheritance
System.Object
PopupMenuItem
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: EPiServer.Shell.dll
Version: 11.20.7
[Obsolete("This class has been obsoleted and will be removed in the next major release. Please use UrlMenuItem with target=\"_blank\" attribute")]
public class PopupMenuItem : UrlMenuItem
Constructors
Declaration
public PopupMenuItem(string text, string path, string url)
Parameters
Type |
Name |
Description |
System.String |
text |
|
System.String |
path |
|
System.String |
url |
|
Declaration
public PopupMenuItem(string text, string path, string url, int width, int height, string name, string options)
Parameters
Type |
Name |
Description |
System.String |
text |
|
System.String |
path |
|
System.String |
url |
|
System.Int32 |
width |
|
System.Int32 |
height |
|
System.String |
name |
|
System.String |
options |
|
Declaration
public PopupMenuItem(string text, string path, string url, string name)
Parameters
Type |
Name |
Description |
System.String |
text |
|
System.String |
path |
|
System.String |
url |
|
System.String |
name |
|
Properties
Declaration
public int Height { get; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Options { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int Width { get; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
Declaration
protected string GetOpenWindowScript()
Returns
Type |
Description |
System.String |
|
Declaration
protected string GetWindowOptions()
Returns
Type |
Description |
System.String |
|
Declaration
protected override void RenderContents(TextWriter writer)
Parameters
Type |
Name |
Description |
System.IO.TextWriter |
writer |
|
Overrides
Extension Methods