_DRecipientControl.ReadOnly Property

Definition

Returns or sets a Boolean value (bool in C#) that specifies whether the recipients displayed in the control can only be viewed and cannot be modified. Read/write.

public:
 property System::SByte ReadOnly { System::SByte get(); void set(System::SByte value); };
public sbyte ReadOnly { get; set; }
Public Property ReadOnly As SByte

Property Value

Remarks

True to indicate that the control only displays the recipients and does not support modifying the recipients; False to indicate that the control supports both viewing and modifying of the recipients.

Applies to