WorkspaceVisualNodeBase.QueryStatus(Guid, UInt32, UInt32, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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