IVCWizCtlUI.IsSymbolDisabled(String) Method

Definition

Returns whether a symbol is disabled.

public:
 bool IsSymbolDisabled(System::String ^ bstrSymbol);
public:
 bool IsSymbolDisabled(Platform::String ^ bstrSymbol);
bool IsSymbolDisabled(std::wstring const & bstrSymbol);
[System.Runtime.InteropServices.DispId(1610743826)]
public bool IsSymbolDisabled (string bstrSymbol);
[<System.Runtime.InteropServices.DispId(1610743826)>]
abstract member IsSymbolDisabled : string -> bool
Public Function IsSymbolDisabled (bstrSymbol As String) As Boolean

Parameters

bstrSymbol
String

Required. A string containing the name of the symbol.

Returns

true if the symbol is disabled.

Attributes

Applies to