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


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

Parameters

type
state
See Also