Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpHorizontalScrollBar Class / CreateParams Property


In This Topic
CreateParams Property (FpHorizontalScrollBar)
In This Topic
Gets the required creation parameters when the control handle is created.
Syntax
'Declaration
 
Protected Overrides ReadOnly Property CreateParams As CreateParams
 
'Usage
 
Dim instance As FpHorizontalScrollBar
Dim value As CreateParams
 
value = instance.CreateParams

Property Value

A System.Windows.Forms.CreateParams that contains the required creation parameters when the handle to the control is created.
See Also