Project: VB6GUI
Version: 3.0.0
Report Date: 08/06/2023 12:06:14
By: Yaron Goali (WISERBIT DOT COM) for Microncode.com
User Control: cToolbarHost
Properties
BackColor [Get] - Public (Return Datatype: OLE_COLOR)
No Parameters
Procedure Attributes
Attribute | Value |
Description | Gets/sets the background colour of the toolbar host control. |
BackColor [Let] - Public
Optional | ByVal/ByRef | Variable | Datatype |
|
ByVal |
oColor |
OLE_COLOR |
BackgroundBitmap [Get] - Public (Return Datatype: String)
BackgroundBitmap [Let] - Public
Optional | ByVal/ByRef | Variable | Datatype |
|
ByVal |
sFile |
String |
BorderStyle [Get] - Public (Return Datatype: ETBHBorderStyleConstants)
No Parameters
Procedure Attributes
Attribute | Value |
Description | Gets/sets the border style of the control. |
BorderStyle [Let] - Public
Optional | ByVal/ByRef | Variable | Datatype |
|
ByVal |
eStyle |
ETBHBorderStyleConstants |
HasBitmap [Get] - Public (Return Datatype: Boolean)
hWnd [Get] - Public (Return Datatype: Long)
No Parameters
Procedure Attributes
Attribute | Value |
Description | Gets the hWnd of the control. |
ImageFile [Let] - Public
Optional | ByVal/ByRef | Variable | Datatype |
|
ByVal |
sFile |
String |
ImagePicture [Let] - Public
Optional | ByVal/ByRef | Variable | Datatype |
|
ByVal |
picThis |
StdPicture |
ImagePicture [Set] - Public
Optional | ByVal/ByRef | Variable | Datatype |
|
ByVal |
picThis |
StdPicture |
ImageResourcehInstance [Let] - Public
Optional | ByVal/ByRef | Variable | Datatype |
|
ByVal |
hInstance |
Long |
ImageResourceID [Let] - Public
Optional | ByVal/ByRef | Variable | Datatype |
|
ByVal |
lResourceId |
Long |
ImageSource [Let] - Public
Optional | ByVal/ByRef | Variable | Datatype |
|
ByVal |
eType |
ECRBImageSourceTypes |
MDIToolbar [Get] - Public (Return Datatype: Boolean)
No Parameters
Procedure Attributes
Attribute | Value |
Description | Gets/sets whether the toolbar host control should act as an MDI Toolbar in a CoolMenu style application. |
MDIToolbar [Let] - Public
Optional | ByVal/ByRef | Variable | Datatype |
|
ByVal |
bState |
Boolean |
MDIToolbarHideButtons [Get] - Public (Return Datatype: Boolean)
MDIToolbarHideButtons [Let] - Public
Optional | ByVal/ByRef | Variable | Datatype |
|
ByVal |
bState |
Boolean |
MDIToolbarMinWidth [Get] - Public (Return Datatype: Long)
RequiredHeight [Get] - Public (Return Datatype: Long)
No Parameters
Procedure Attributes
Attribute | Value |
Description | Returns the height the height required to display the items in the control at the current width. |
Subroutines
Autosize - Public
No Parameters
Procedure Attributes
Attribute | Value |
Description | Attempts to size the toolbar host control to best fit the contained controls. |
Capture - Public
Optional | ByVal/ByRef | Variable | Datatype |
|
ByRef |
ctlThis |
Object |
Procedure Attributes
Attribute | Value |
Description | Adds a control to the list of contained controls within the toolbar host. |
MDIButtons - Friend
Optional | ByVal/ByRef | Variable | Datatype |
|
ByVal |
hWnd |
Long |
|
ByVal |
bState |
Boolean |
MDIChildIcon - Friend
Optional | ByVal/ByRef | Variable | Datatype |
|
ByVal |
hWnd |
Long |
Refresh - Public
No Parameters
Procedure Attributes
Attribute | Value |
Description | Refreshes and resizes the contents of the control. |
ReleaseCaptures - Public
No Parameters
Procedure Attributes
Attribute | Value |
Description | Frees any contained controls. Called automatically before the control terminates. |
Event Declares