'Declaration
Public Property UseConfiguredScrollbarIncrements As Boolean
'Usage
Dim instance As ImGearPageView
Dim value As Boolean
instance.UseConfiguredScrollbarIncrements = value
value = instance.UseConfiguredScrollbarIncrements
public bool UseConfiguredScrollbarIncrements {get; set;}
public: __property bool get_UseConfiguredScrollbarIncrements();
public: __property void set_UseConfiguredScrollbarIncrements(
bool value
);
public:
property bool UseConfiguredScrollbarIncrements {
bool get();
void set ( bool value);
}