Gets or sets the control that is used as a privacy editor container.

Namespace: MonoSoftware.MonoX.PrivacyManager
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public virtual Control PrivacyEditorContainer { get; set; }
Visual Basic
Public Overridable Property PrivacyEditorContainer As Control
	Get
	Set
Visual C++
public:
virtual property Control^ PrivacyEditorContainer {
	Control^ get ();
	void set (Control^ value);
}
F#
abstract PrivacyEditorContainer : Control with get, set
override PrivacyEditorContainer : Control with get, set

Property Value

Type: Control

See Also