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