PDEPanel.ShouldHide Method

Definition

Called before the panel is removed from view. Return false to prevent hiding (for example, if the user's input is invalid), or true to allow it.

[Foundation.Export("shouldHide")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldHide();
[<Foundation.Export("shouldHide")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldHide : unit -> bool
override this.ShouldHide : unit -> bool

Returns

true if the panel may be hidden; otherwise, false.

Implements

Attributes

Applies to