RegistryHelper
.
.
::
.
.
GetIsMaximized Method
Gets the is maximized.
Namespace:
Core
Assembly:
Core
(in Core.dll)
Syntax
C#
public
static
bool
GetIsMaximized
(
string
Company
,
string
ApplicationName
,
string
WindowName
)
Parameters
Company
Type:
String
The company.
ApplicationName
Type:
String
Name of the application.
WindowName
Type:
String
Name of the window.
Return Value
true
if XXXX,
false
otherwise.
Exceptions
Exception
Condition
ArgumentNullException
ApplicationName cannot be null or left empty.
See Also
RegistryHelper Class
Core Namespace