Gets or sets active control.

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

Syntax

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

Property Value

Type: ActivePhotoGalleryControl

See Also