Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.FormControls Namespace / ScrollBar Class / SetState Method


In This Topic
SetState Method (ScrollBar)
In This Topic
Syntax
'Declaration
 
Public Sub SetState( _
   ByVal type As ScrollBarButtonType, _
   ByVal state As ButtonState _
) 
 
'Usage
 
Dim instance As ScrollBar
Dim type As ScrollBarButtonType
Dim state As ButtonState
 
instance.SetState(type, state)

Parameters

type
state
See Also