'Declaration <DescriptionAttribute("An enumeration value which represents the behavior of the left mouse button.")> <CategoryAttribute("PageView Properties")> <BrowsableAttribute(True)> <DefaultValueAttribute()> 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.")] [Category("PageView Properties")] [Browsable(true)] [DefaultValue()] public MouseTool MouseTool {get; set;}
[Description("An enumeration value which represents the behavior of the left mouse button.")] [Category("PageView Properties")] [Browsable(true)] [DefaultValue()] 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.")] [Category("PageView Properties")] [Browsable(true)] [DefaultValue()] public: property MouseTool MouseTool { MouseTool get(); void set ( MouseTool value); }