Class UIHelper
Assembly: SuperOffice.CRMWeb.dll
Syntax
Constructors
UIHelper()
Declaration
Methods
ApplicationTitle()
Declaration
public static string ApplicationTitle()
Returns
CompanyToTitleCase(String)
Declaration
public static string CompanyToTitleCase(string name)
Parameters
| Type |
Name |
Description |
| String |
name |
|
Returns
GetViewContainerSize(Control)
Declaration
public static Size GetViewContainerSize(Control control)
Parameters
| Type |
Name |
Description |
| Control |
control |
|
Returns
PersonToTitleCase(String)
Declaration
public static string PersonToTitleCase(string name)
Parameters
| Type |
Name |
Description |
| String |
name |
|
Returns