'Declaration
<DescriptionAttribute("Mouse button on which panning is to be executed.")>
<ImGearFilterAttribute()>
Public Property PanButton As MouseButtons
'Usage
Dim instance As ImGearPanCtl
Dim value As MouseButtons
instance.PanButton = value
value = instance.PanButton
[DescriptionAttribute("Mouse button on which panning is to be executed.")]
[ImGearFilterAttribute()]
public MouseButtons PanButton {get; set;}
[DescriptionAttribute("Mouse button on which panning is to be executed.")]
[ImGearFilterAttribute()]
public: __property MouseButtons get_PanButton();
public: __property void set_PanButton(
MouseButtons value
);
[DescriptionAttribute("Mouse button on which panning is to be executed.")]
[ImGearFilterAttribute()]
public:
property MouseButtons PanButton {
MouseButtons get();
void set ( MouseButtons value);
}