classMainToolbar Property
The class name of the toolbar.
Object.classMainToolbar = string
Return Value
String
The class name of the toolbar. Values are:
Value | Description |
---|---|
xfrxToolbar | Class for icons 16x16 px (default value). |
xfrxToolbar32 | Class for icons 32x32 px. |
xfrxToolbar48 | Class for icons 48x48 px. |
xfrxToolbar96 | Class for icons 96x96 px. |
Remarks
You can create a child of the default xfrxToolbar class (defined in xfrxlib.vcx) and use this property to instruct the previewer to use your class rather than the default one. This property works for the “real” toolbar – if iTool property is 0 or 1. if iTool is set to 2, cmdEmbeddedToolbar container class is used as the “embedded” toolbar.
Applies To: XfCont, cntXFRXMultiPage, frmMPPreviewer