FormGroupControl.userHide Method
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.
Overloads
userHide() |
Sets or returns an integer data type that indicates whether a control is hidden from the user. |
userHide(Int32) |
userHide()
Sets or returns an integer data type that indicates whether a control is hidden from the user.
public:
override int userHide();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public override int userHide ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
override this.userHide : unit -> int
Public Overrides Function userHide () As Integer
Returns
1 if the form group control is hidden from the user; otherwise, 0.
- Attributes
-
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute
Remarks
The user can hide a form group control by right-clicking the control and then clicking Hide. This method lets you programmatically determine whether the control is hidden.
Applies to
userHide(Int32)
public:
override int userHide(int _value);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public override int userHide (int _value);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
override this.userHide : int -> int
Public Overrides Function userHide (_value As Integer) As Integer
Parameters
- _value
- Int32
An integer value that indicates whether a form group control is hidden from the user; optional.
Returns
- Attributes
-
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute