In This Topic
Syntax
'Declaration
Protected Sub SetScrollState( _
ByVal As System.Integer, _
ByVal As System.Boolean _
)
'Usage
Dim instance As LicenseDialog
Dim bit As System.Integer
Dim value As System.Boolean
instance.SetScrollState(bit, value)
protected void SetScrollState(
System.int ,
System.bool
)
protected procedure SetScrollState(
: System.Integer;
: System.Boolean
);
protected function SetScrollState(
: System.int,
: System.boolean
);
protected: void SetScrollState(
System.int ,
System.bool
)
protected:
void SetScrollState(
System.int ,
System.bool
)
Parameters
- bit
- value
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also