ActionsPane.CompanyName Property

Definition

Gets the name of the company or creator of the application containing the actions pane.

public:
 property System::String ^ CompanyName { System::String ^ get(); };
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
public string CompanyName { get; }
[<System.ComponentModel.Browsable(false)>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
member this.CompanyName : string
Public ReadOnly Property CompanyName As String

Property Value

The name of the company or creator of the application containing the actions pane.

Attributes

Remarks

This property provides the same functionality as the System.Windows.Forms.Control.CompanyName property. For more information about using this property, see System.Windows.Forms.Control.CompanyName.

Applies to