|
БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
IShellBrowser::SetToolbarItems
[Now Supported on Windows NT]
The SetToolbarItems method can be called by the view to add toolbar items to the Explorer's toolbar.
HRESULT SetToolbarItems(
LPTBBUTTON lpButtons, // Points to an array of items UINT nButtons, // Number of buttons in the array UINT uFlags // Specifies button location );
Parameters
lpButtons
Points to an array of toolbar items.
nButtons
Number of buttons in the lpButtons array.
uFlags
Flags specifying where the toolbar buttons should go.
FCT_ADDTOEND Add at the right side of the toolbar. FCT_CONFIGABLE Not implemented. FCT_MERGE Merge the toolbar items instead of replacing all of the buttons with those provided by the view. This is the recommended choice.
Return Values
Returns NOERROR if successful or an OLE-defined error value otherwise.
Remarks
This is the way toolbars are merged into the Explorer's toolbar.
Notes to Callers
See the Common Controls TOOLBAR control for the definition of TBBUTTON.
See Also
IShellBrowser
|
Пригласи друзей и счет твоего мобильника всегда будет положительным! |
|
Пригласи друзей и счет твоего мобильника всегда будет положительным! |
IShellBrowser::SetToolbarItems
[Теперь Поддерживанное на Windows NT]
Метод SetToolbarItems может быть назван видом, чтобы добавлять toolbar пункты к Исследователь toolbar.
HRESULT SetToolbarItems(
LPTBBUTTON lpButtons, // ТОЧКИ на массив пунктов UINT nButtons, // Количество кнопок в массиве UINT uFlags // Определяет позицию кнопки );
Параметры
lpButtons
Точки на массив toolbar пунктов.
nButtons
Количество кнопок в массиве lpButtons.
uFlags
Сигнализирует определение где кнопки toolbar должны ходить.
FCT_ADDTOEND Добавляется на стороне права toolbar. FCT_CONFIGABLE Не осуществлен. FCT_MERGE Объединяет пункты toolbar вместо, заменяющий все кнопки теми предусмотренное видом. Это - рекомендуемый выбор.
Обратные Величины
Возвращает NOERROR если успешная или определенная величина ошибки OLE в противном случае.
Замечания
Это - путь toolbars объединен в Исследователь toolbar.
Примечания Вызывающим операторам
Смотри Общее управление Элементов управления TOOLBAR для определения TBBUTTON.
Смотри Также
IShellBrowser
|
|
|
|