ToolboxControl.ToolboxFile 属性
定义
获取或设置工具箱文件的名称。Gets or sets the name of the toolbox file.
public:
property System::String ^ ToolboxFile { System::String ^ get(); void set(System::String ^ value); };
public string ToolboxFile { get; set; }
member this.ToolboxFile : string with get, set
Public Property ToolboxFile As String
属性值
工具箱文件的名称。The name of the toolbox file.