Dsl.ExplorerTitleMenuName 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.
Returns the text used in both the Model Explorer and menu (ie Menu View->"Other Windows"->ExplorerTitleMenuName) It constructs the title based on the Explorer.Title + "Explorer"
public:
property System::String ^ ExplorerTitleMenuName { System::String ^ get(); };
public string ExplorerTitleMenuName { get; }
member this.ExplorerTitleMenuName : string
Public ReadOnly Property ExplorerTitleMenuName As String