DataPlace
SecurityCheckBehavior Enumeration
CSCS.DataPlace.Common.SecuritySecurityCheckBehavior
Contains constants that specify the actions to take against target UI elements based on whether the required permission was granted.
Declaration Syntax
C#
[FlagsAttribute]
public enum SecurityCheckBehavior
Members
MemberDescription
None
No action will be taken against target elements.

SetText
Text of target elements will be changed based on security.

SetToolTipText
Tooltip text of target elements will be changed based on security.

SetEnabled
Target elements will be enabled or disabled based on security.

VisibleIfGranted
Target elements will be visible or hidden based on security.

EnabledIfGranted
Target elements will be enabled or disabled based on security and will remain visible. This behavior affects the Text, ToolTipText, and Enabled properties.

Assembly: CS.DataPlace.Common (Module: CS.DataPlace.Common) Version: 2.0.3271.19817