Deprecated in UI API 2004.
The method is supported for backward compatibility for the next two releases. Use AddEx instead.
Deprecated in UI API 2004.
The method is supported for backward compatibility for the next two releases. Use AddEx instead.
| Visual Basic |
|---|
Public Function Add( _ ByVal FormUID As String, _ Optional ByVal WinType As BoFormTypes = ft_Sizable, _ Optional ByVal FormType As Long = -1 _ ) As Form |
| Value | Description |
|---|---|
| ft_Sizable | A form with sizable borders |
| ft_Fixed | A form with fixed-size borders |
| ft_FixedNoTitle | A form with fixed-size borders and no title |
| ft_Floating | A form with fixed-size borders, no title, and always on top |