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