Adds user permissions bindings for a managed resource within the control.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)

Syntax

C#
protected virtual void AddUserPermissionBindings(
	Resource resource,
	bool isItemDependencyObject,
	bool areItemUserPermissionsApplied
)
Visual Basic (Declaration)
Protected Overridable Sub AddUserPermissionBindings ( _
	resource As Resource, _
	isItemDependencyObject As Boolean, _
	areItemUserPermissionsApplied As Boolean _
)

Parameters

resource
Type: DlhSoft.Windows.Data..::.Resource
The resource for which user permissions bindings are added.
isItemDependencyObject
Type: System..::.Boolean
Indicates whether the resource item is a DependencyObject.
areItemUserPermissionsApplied
Type: System..::.Boolean
Indicates whether to apply specific attached user permissions values if they are set for the item.

See Also