ModelingDocView.DefaultToolboxTabName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
String indicating the toolbox tab name that should be selected when this view gets focus.
protected:
virtual property System::String ^ DefaultToolboxTabName { System::String ^ get(); };
protected virtual string DefaultToolboxTabName { get; }
member this.DefaultToolboxTabName : string
Protected Overridable ReadOnly Property DefaultToolboxTabName As String