LcdValueUnitDisplay.StopShowing 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.
Stop showing big characters. This method can be used to signal that the display will be used for different purposes. Before a Display method is used, InitForRom(String, LcdCharacterEncodingFactory) needs to be called again. This clears the display.
public void StopShowing ();
member this.StopShowing : unit -> unit
Public Sub StopShowing ()