GuiCommandBase<T>.

IsAvailable Property

Summary

Gets a value indicating whether the given command is available.
Assembly
Mercurial.Net.dll
Namespace
Mercurial.Gui
Containing Type
GuiCommandBase<T>

Syntax

public static bool IsAvailable { get; }

Remarks

The command might not be available if the "wrong" type of client is installed (PyGTK vs. PyQT version), or the "wrong" version is installed (for instance if a command was introduce in a version, and an older version is currently installed.)

Value

Type Description
bool