FormDescription.Hidden 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.
Returns a Boolean (bool in C#) value that indicates True to cause the specified custom form to be hidden. Read/write.
public:
property bool Hidden { bool get(); void set(bool value); };
public bool Hidden { get; set; }
Public Property Hidden As Boolean
Property Value
Remarks
The custom form will not appear on the menu or in the Choose Form dialog box and will be used only if it is designated as the response form from another custom form. The default value is False.