Scheduler for WinRT
AllowContactsEditing Property


Determines whether end-user has permission to edit Contacts.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<C1CategoryAttribute()>
<C1DescriptionAttribute("エンドユーザーが連絡先を編集できるかどうかを指定します。")>
Public Property AllowContactsEditing As Boolean
'Usage
 
Dim instance As C1SchedulerSettings
Dim value As Boolean
 
instance.AllowContactsEditing = value
 
value = instance.AllowContactsEditing
[DefaultValue()]
[C1Category()]
[C1Description("エンドユーザーが連絡先を編集できるかどうかを指定します。")]
public bool AllowContactsEditing {get; set;}

Property Value

The default value is true.
Remarks
If this property is false, default dialogs will only allow selection from the existing items. If this property is false and ContactCollection is empty, default Appointment dialog won't show controls for editing Contacts.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1SchedulerSettings Class
C1SchedulerSettings Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.