Click or drag to resize

VariableManagerExtensionCreatePlaceHolderMenu Method

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


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

Parameters

variableManager  IVariableManager

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

contextMenu  ItemCollection

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

target  TextBox

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

Return Value

Boolean

[Missing <returns> documentation for "M:RAYLASE.Marker.VectorGraphicElement.GUI.VariableManagerExtension.CreatePlaceHolderMenu(RAYLASE.Marker.Common.VariableManager.IVariableManager,System.Windows.Controls.ItemCollection,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