PDEPanel.ShouldHide 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.
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