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