Share via


DialogBase.F1Keyword Property

Gets the F1 keyword for the dialog box.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)

Syntax

'Declaration
Protected Overridable ReadOnly Property F1Keyword As String
'Usage
Dim value As String 

value = Me.F1Keyword
protected virtual string F1Keyword { get; }
protected:
virtual property String^ F1Keyword {
    String^ get ();
}
protected function get F1Keyword () : String

Property Value

Type: System.String
An empty string.

.NET Framework Security

See Also

Reference

DialogBase Class

DialogBase Members

Microsoft.VisualStudio.Modeling.Shell Namespace