DynamicsBaseHostedControl.CheckControlHeaderVisibility 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.
Checks whether it is an appropriate time to show the control header. Derived classes may call this to update the visibility based on actions taken in the derived class.
protected:
void CheckControlHeaderVisibility();
protected void CheckControlHeaderVisibility ();
member this.CheckControlHeaderVisibility : unit -> unit
Protected Sub CheckControlHeaderVisibility ()