Gets or sets a news holder control.

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

Syntax

C#
public Control NewsHolderControl { get; set; }
Visual Basic
Public Property NewsHolderControl As Control
	Get
	Set
Visual C++
public:
property Control^ NewsHolderControl {
	Control^ get ();
	void set (Control^ value);
}
F#
member NewsHolderControl : Control with get, set

Property Value

Type: Control

See Also