ActionsPane.ProductName Property

Definition

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.

Applies to