Placement Property
See Also 
SourceCode.Workflow.WizardFramework.Controls Namespace > K2ContextMenu Class : Placement Property



Glossary Item Box

Syntax

Visual Basic (Declaration)  
<BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)>
<CategoryAttribute("Layout")>
Public Property Placement As PlacementMode
Visual Basic (Usage) Copy Code
Dim instance As K2ContextMenu
Dim value As PlacementMode
 
instance.Placement = value
 
value = instance.Placement
C#  
[Bindable(Bindable=true, Direction=BindingDirection.OneWay)]
[Category("Layout")]
public PlacementMode Placement {get; set;}
C++/CLI  
[Bindable(Bindable=true, Direction=BindingDirection.OneWay)]
[Category("Layout")]
public:
property PlacementMode Placement {
   PlacementMode get();
   void set (    PlacementMode value);
}

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also