| 
            
              AboutDialogSetCompanyUrl Method
             | 
          
        
        
            Sets the URL that will be opened when the logo is clicked.
            
        
        Namespace: GSF.Windows.FormsAssembly: GSF.Windows (in GSF.Windows.dll) Version: 2.4.258-beta
Syntaxpublic void SetCompanyUrl(
	string url
)
Public Sub SetCompanyUrl ( 
	url As String
)
public:
void SetCompanyUrl(
	String^ url
)
member SetCompanyUrl : 
        url : string -> unit function SetCompanyUrl(url);
 View SourceParameters
- url  String
 - URL of the company's home page.
 
See Also