CurrentCulture property
Gets the current culture of the form in the RFC 4646 format (e.g. en-US, cs-CZ etc.).
Syntax
public static string CurrentCulture { get; set; }
Property Value
Type: System.String
IsEnabled property
Gets or sets a value indicating whether the user can interact with the whole form.
Syntax
Public static bool IsEnabled { get; set; }
Property Value
Type: System.String