次の方法で共有


Use Style Toolbars Sample

File: ...\Samples\Solution\Sedona\Newtbars.scx

This sample shows a custom toolbar that has a picture button drop-down similar to those on Microsoft Office style toolbars. These drop-downs can be created easily by combining two command buttons and using the VisualEffect property to show them working together in tandem. A standard popup menu can be used for the actual drop-down itself.

This sample contains the following classes

Class

Library

Description

tbar1

newtbars.vcx

Contains toolbar class showing picture dropdown sample using simple command buttons.

For details on all classes available in the foundation classes, see Visual FoxPro Foundation Classes A-Z.

See Also

Concepts

Guidelines for Using Visual FoxPro Foundation Classes

Reference

Visual FoxPro Foundation Classes A-Z

Other Resources

Menus and Toolbars Solution Samples