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.