'Declaration Public Function GetScrollBarDimensions( _ ByVal scrollBarType As ImGearScrollBarType _ ) As ImGearSize
'Usage Dim instance As PageView Dim scrollBarType As ImGearScrollBarType Dim value As ImGearSize value = instance.GetScrollBarDimensions(scrollBarType)
public ImGearSize GetScrollBarDimensions( ImGearScrollBarType scrollBarType )
public: ImGearSize GetScrollBarDimensions( ImGearScrollBarType scrollBarType )
public: ImGearSize GetScrollBarDimensions( ImGearScrollBarType scrollBarType )
Parameters
- scrollBarType
- Specifies the scrollbar whose attributes are requested.
Return Value
Width and Height of the windows scroll bar.