IQueryDesigner.ToolBar 属性

The toolbar to use for the designer interface.

命名空间:  Microsoft.ReportingServices.Interfaces
程序集:  Microsoft.ReportingServices.QueryDesigners(在 Microsoft.ReportingServices.QueryDesigners.dll 中)

语法

声明
ReadOnly Property ToolBar As Control
    Get
用法
Dim instance As IQueryDesigner
Dim value As Control

value = instance.ToolBar
Control ToolBar { get; }
property Control^ ToolBar {
    Control^ get ();
}
abstract ToolBar : Control
function get ToolBar () : Control

属性值

类型:System.Windows.Forms.Control
A Control object.