Prevents the default login dialog from being shown when a protected function is called while not logged in.
Member of the MccBoard class.
VB .NET
Public Function HideLoginDialog(ByVal hide As Boolean) As MccDaq.ErrorInfo
C# .NET
public MccDaq.ErrorInfo HideLoginDialog(System.Boolean hide)
hide
If true, the default dialog will not be shown when a protected function is called while the user is not logged in.