Gets an array of Keys for the Connections that belong to this command. A key can be used to Set the Active Connection (SetActiveConnection). This is used if a user needs to change the connection that commands are defaulted to.
Gets an array of Keys for the Connections that belong to this command. A key can be used to Set the Active Connection (SetActiveConnection). This is used if a user needs to change the connection that commands are defaulted to.
public string[] GetKeys();
Gets an array of Keys for the Connections that have an ActiveLayer matching the provided Id. A key can be used to Set the Active Connection (SetActiveConnection). This is used if a user needs to change the connection that commands are defaulted to.
public string[] GetKeys(string);
Command Class | MapMatrix.MapControls Namespace