Table of Contents

Class TangerineMenuPathAttribute

Namespace
Lime
Assembly
Lime.dll

'/' Separated path to either component or node create command in menu. If path ends with '/' the command Text will be taken as is and last part of path will be treated as last nested menu for the command. Otherwise last part of the path will be assigned to command.Text. Tangerine.Core.MenuExtensions.InsertCommandAlongPath

[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public sealed class TangerineMenuPathAttribute : Attribute
Inheritance
TangerineMenuPathAttribute
Inherited Members

Constructors

TangerineMenuPathAttribute(string)

'/' Separated path to either component or node create command in menu. If path ends with '/' the command Text will be taken as is and last part of path will be treated as last nested menu for the command. Otherwise last part of the path will be assigned to command.Text. Tangerine.Core.MenuExtensions.InsertCommandAlongPath

public TangerineMenuPathAttribute(string path)

Parameters

path string

Fields

Path

public string Path

Field Value

string