FormDescription.Hidden Property

Definition

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.

Applies to