TaskbarManager.IsPinningAllowed Property
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.
Gets whether pinning to the taskbar is allowed.
public:
property bool IsPinningAllowed { bool get(); };
bool IsPinningAllowed();
public bool IsPinningAllowed { get; }
var boolean = taskbarManager.isPinningAllowed;
Public ReadOnly Property IsPinningAllowed As Boolean
Property Value
Boolean
bool
A boolean indicating whether pinning to the taskbar is allowed.
Remarks
Pinning to taskbar can be disabled through group policy, and is not available on some device families.