Gets or sets default 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 DefaultActiveControl { get; set; }
Visual Basic
Public Property DefaultActiveControl As ActivePhotoGalleryControl
	Get
	Set
Visual C++
public:
property ActivePhotoGalleryControl DefaultActiveControl {
	ActivePhotoGalleryControl get ();
	void set (ActivePhotoGalleryControl value);
}
F#
member DefaultActiveControl : ActivePhotoGalleryControl with get, set

Property Value

Type: ActivePhotoGalleryControl

See Also