Visual Basic (Declaration) | |
---|---|
<BindableAttribute(Bindable=False, Direction=BindingDirection.OneWay)> <CategoryAttribute("Layout")> Public Property CustomPopupPlacementCallback As CustomPopupPlacementCallback |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As K2ContextMenu Dim value As CustomPopupPlacementCallback instance.CustomPopupPlacementCallback = value value = instance.CustomPopupPlacementCallback |
C# | |
---|---|
[Bindable(Bindable=false, Direction=BindingDirection.OneWay)] [Category("Layout")] public CustomPopupPlacementCallback CustomPopupPlacementCallback {get; set;} |
C++/CLI | |
---|---|
[Bindable(Bindable=false, Direction=BindingDirection.OneWay)] [Category("Layout")] public: property CustomPopupPlacementCallback^ CustomPopupPlacementCallback { CustomPopupPlacementCallback^ get(); void set ( CustomPopupPlacementCallback^ value); } |
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