Table of Contents

Method SetToolSticky

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

SetToolSticky(ObjectUniqueId, bool)

Sets the specified toolbar item Sticky property value.

public void SetToolSticky(ObjectUniqueId toolId, bool value = true)

Parameters

toolId ObjectUniqueId

ID of a previously added tool.

value bool

new 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 bool

new Sticky property value.