Metodo DedPhaseControlShowDistInfo(DistHeaderPhase, String)
|
Metodo pubblico per la gestione messaggi sulla barra di stato
Namespace: DedNet.ControlsAssembly: DedNet (in DedNet.dll) Versione: 28.1.0-RC6
Sintassipublic void ShowDistInfo(
DistHeaderPhase header,
string lockMsg = null
)
Public Sub ShowDistInfo (
header As DistHeaderPhase,
Optional lockMsg As String = Nothing
)
public:
void ShowDistInfo(
DistHeaderPhase^ header,
String^ lockMsg = nullptr
)
member ShowDistInfo :
header : DistHeaderPhase *
?lockMsg : string
(* Defaults:
let _lockMsg = defaultArg lockMsg null
*)
-> unit Parametri
- header DistHeaderPhase
-
- lockMsg String (Optional)
-
Vedi anche