Share via


IVsToolsOptions.IsToolsOptionsOpen(Int32) Method

Definition

Determines if the Tools Options dialog box is open.

public:
 int IsToolsOptionsOpen([Runtime::InteropServices::Out] int % pfOpen);
int IsToolsOptionsOpen([Runtime::InteropServices::Out] int & pfOpen);
public int IsToolsOptionsOpen (out int pfOpen);
abstract member IsToolsOptionsOpen : int -> int
Public Function IsToolsOptionsOpen (ByRef pfOpen As Integer) As Integer

Parameters

pfOpen
Int32

[out] If true, the Tools Options dialog box is currently open.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

Use this method to determine if the Tools Options dialog box is open.

Applies to