Click or drag to resize

VariableManagerExtensionCreateVariableMenu Method

create the context-menu for time placeholder and variable placeholder variableScopeName == null -> create time placeholder

Namespace: RAYLASE.Marker.VectorGraphicElement.GUI
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public static bool CreateVariableMenu(
	this IVariableManager variableManager,
	ItemCollection contextMenu,
	string variableScopeName,
	TextBox target
)

Parameters

variableManager  IVariableManager

[Missing <param name="variableManager"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.GUI.VariableManagerExtension.CreateVariableMenu(RAYLASE.Marker.Common.VariableManager.IVariableManager,System.Windows.Controls.ItemCollection,System.String,System.Windows.Controls.TextBox)"]

contextMenu  ItemCollection

[Missing <param name="contextMenu"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.GUI.VariableManagerExtension.CreateVariableMenu(RAYLASE.Marker.Common.VariableManager.IVariableManager,System.Windows.Controls.ItemCollection,System.String,System.Windows.Controls.TextBox)"]

variableScopeName  String

[Missing <param name="variableScopeName"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.GUI.VariableManagerExtension.CreateVariableMenu(RAYLASE.Marker.Common.VariableManager.IVariableManager,System.Windows.Controls.ItemCollection,System.String,System.Windows.Controls.TextBox)"]

target  TextBox

[Missing <param name="target"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.GUI.VariableManagerExtension.CreateVariableMenu(RAYLASE.Marker.Common.VariableManager.IVariableManager,System.Windows.Controls.ItemCollection,System.String,System.Windows.Controls.TextBox)"]

Return Value

Boolean

[Missing <returns> documentation for "M:RAYLASE.Marker.VectorGraphicElement.GUI.VariableManagerExtension.CreateVariableMenu(RAYLASE.Marker.Common.VariableManager.IVariableManager,System.Windows.Controls.ItemCollection,System.String,System.Windows.Controls.TextBox)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IVariableManager. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also