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