ActionsPane.CompanyName 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 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.