Share via


WorkspaceVisualNodeBase.QueryStatus(Guid, UInt32, UInt32, String) Method

Definition

Command routing Query Status result for this node alone.

public:
 bool QueryStatus(Guid pguidCmdGroup, System::UInt32 nCmdID, System::UInt32 % cmdf, System::String ^ % customTitle);
public bool QueryStatus (Guid pguidCmdGroup, uint nCmdID, ref uint cmdf, ref string customTitle);
public bool QueryStatus (Guid pguidCmdGroup, uint nCmdID, ref uint cmdf, ref string? customTitle);
member this.QueryStatus : Guid * uint32 * uint32 * string -> bool
Public Function QueryStatus (pguidCmdGroup As Guid, nCmdID As UInteger, ByRef cmdf As UInteger, ByRef customTitle As String) As Boolean

Parameters

pguidCmdGroup
Guid

command guid

nCmdID
UInt32

command id

cmdf
UInt32

commands flags (such Visible/Latched etc)

customTitle
String

for dynamic title commands

Returns

true when command is handled

Applies to