ActionsPane.ProductName 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.
Gets the product name of the assembly that contains the actions pane.
public:
property System::String ^ ProductName { System::String ^ get(); };
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
public string ProductName { get; }
[<System.ComponentModel.Browsable(false)>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
member this.ProductName : string
Public ReadOnly Property ProductName As String
Property Value
The product name of the assembly that contains the actions pane.
- Attributes
Remarks
This property provides the same functionality as the System.Windows.Forms.Control.ProductName property. For more information about using this property, see System.Windows.Forms.Control.ProductName.