ControlBlinkerUnblink Method
Stop blinking the Control.
Namespace: DevCase.Core.Application.FormsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public virtual void Unblink(
bool visible = true
)
Public Overridable Sub Unblink (
Optional visible As Boolean = true
)
Dim instance As ControlBlinker
Dim visible As Boolean
instance.Unblink(visible)
public:
virtual void Unblink(
bool visible = true
)
abstract Unblink :
?visible : bool
(* Defaults:
let _visible = defaultArg visible true
*)
-> unit
override Unblink :
?visible : bool
(* Defaults:
let _visible = defaultArg visible true
*)
-> unit
No code example is currently available or this language may not be supported.
Parameters
- visible Boolean (Optional)
-
The visibility of the control.