SoundLevelMeterOwnerDraw Property |
Gets or sets a value indicating whether the control is drawn by itself or by the code that you provide.
Namespace: Alvas.AudioAssembly: Alvas.Audio (in Alvas.Audio.dll) Version: 2016.0.6173.41573
Syntax public bool OwnerDraw { get; set; }
Public Property OwnerDraw As Boolean
Get
Set
public:
property bool OwnerDraw {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also