Method SetToolSticky
SetToolSticky(ObjectUniqueId, bool)
Sets the specified toolbar item Sticky property value.
public void SetToolSticky(ObjectUniqueId toolId, bool value = true)
Parameters
toolIdObjectUniqueIdID of a previously added tool.
valueboolnew Sticky property value.
SetToolSticky(IReadOnlyList<ObjectUniqueId>, bool)
Sets the specified toolbar items 'Sticky' property value.
public void SetToolSticky(IReadOnlyList<ObjectUniqueId> toolIds, bool value)
Parameters
toolIdsIReadOnlyList<ObjectUniqueId>IDs of a previously added tool.
valueboolnew Sticky property value.