'Declaration <DescriptionAttribute("An enumeration value which represents the behavior of the left mouse button.")> <DefaultValueAttribute()> <BrowsableAttribute(True)> <CategoryAttribute("PageView Properties")> Public Property MouseTool As MouseTool
'Usage Dim instance As PageView Dim value As MouseTool instance.MouseTool = value value = instance.MouseTool
[Description("An enumeration value which represents the behavior of the left mouse button.")] [DefaultValue()] [Browsable(true)] [Category("PageView Properties")] public MouseTool MouseTool {get; set;}
[Description("An enumeration value which represents the behavior of the left mouse button.")] [DefaultValue()] [Browsable(true)] [Category("PageView Properties")] public: __property MouseTool get_MouseTool(); public: __property void set_MouseTool( MouseTool value );
[Description("An enumeration value which represents the behavior of the left mouse button.")] [DefaultValue()] [Browsable(true)] [Category("PageView Properties")] public: property MouseTool MouseTool { MouseTool get(); void set ( MouseTool value); }