The SalCustomControl type exposes the following members.

Properties

  NameDescription
Public propertyBorderStyle
Gets or sets the border style for the control.
Protected propertyCreateParams
Returns the creation parameters structure for this custom control.
(Overrides Control..::..CreateParams.)
Public propertyHScroll
Gets or sets a value indicating whether the horizontal scroll bar is visible.
Public propertyNamedProperties
Returns the collection of named properties.
Public propertyWindowsClassName
The name of a window class defined in the DLL.
Public propertyWindowsDLLName
The name of the DLL that defines the window class.
Public propertyWindowsExStyle
An extended window style specific to the custom control.
Public propertyWindowsStyle
A window style specific to the custom control.
Public propertyVScroll
Gets or sets a value indicating whether the vertical scroll bar is visible.

See Also