'Declaration <CategoryAttribute("PageView Properties")> <BrowsableAttribute(True)> <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <DescriptionAttribute("The type of scroll bars to display in the Viewer control.")> Public Property ScrollBars As ScrollBars
'Usage Dim instance As PageView Dim value As ScrollBars instance.ScrollBars = value value = instance.ScrollBars
[Category("PageView Properties")] [Browsable(true)] [DefaultValue(Mono.Cecil.CustomAttributeArgument)] [Description("The type of scroll bars to display in the Viewer control.")] public ScrollBars ScrollBars {get; set;}
[Category("PageView Properties")] [Browsable(true)] [DefaultValue(Mono.Cecil.CustomAttributeArgument)] [Description("The type of scroll bars to display in the Viewer control.")] public: __property ScrollBars get_ScrollBars(); public: __property void set_ScrollBars( ScrollBars value );
[Category("PageView Properties")] [Browsable(true)] [DefaultValue(Mono.Cecil.CustomAttributeArgument)] [Description("The type of scroll bars to display in the Viewer control.")] public: property ScrollBars ScrollBars { ScrollBars get(); void set ( ScrollBars value); }