Share via


ApplicationControl Class

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Defines properties, methods, and events shared by all Application Speech Controls.

Namespace: Microsoft.Speech.Web.UI
Assembly: Microsoft.Speech.Web (in microsoft.speech.web.dll)

Syntax

'Declaration
<DesignerAttribute("Microsoft.Speech.Web.UI.Design.ApplicationControlDesigner,DETDesign, Version=2.0.3400.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")> _
<DefaultEventAttribute("CompleteLast")> _
<DefaultPropertyAttribute("QuestionPrompt")> _
<EditorAttribute("Microsoft.Speech.Web.UI.Design.DETComponentEditor,DETDesign, Version=2.0.3400.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", GetType(ComponentEditor))> _
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level:=AspNetHostingPermissionLevel.Minimal)> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level:=AspNetHostingPermissionLevel.Minimal)> _
Public MustInherit Class ApplicationControl
    Inherits SpeechControlContainer
[DesignerAttribute("Microsoft.Speech.Web.UI.Design.ApplicationControlDesigner,DETDesign, Version=2.0.3400.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")] 
[DefaultEventAttribute("CompleteLast")] 
[DefaultPropertyAttribute("QuestionPrompt")] 
[EditorAttribute("Microsoft.Speech.Web.UI.Design.DETComponentEditor,DETDesign, Version=2.0.3400.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", typeof(ComponentEditor))] 
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] 
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] 
public abstract class ApplicationControl : SpeechControlContainer

Inheritance Hierarchy

System.Object
???? System.Web.UI.Control
???????? System.Web.UI.WebControls.WebControl
???????????? Microsoft.Speech.Web.UI.SpeechControl
???????????????? Microsoft.Speech.Web.UI.IndexedSpeechControl
???????????????????? Microsoft.Speech.Web.UI.SpeechControlContainer
????????????????????????Microsoft.Speech.Web.UI.ApplicationControl
???????????????????????????? Microsoft.Speech.Web.UI.ApplicationControlWithPostback

Thread Safety

Any public static (Shared in Visual Basic) members of this class are safe for multi-threaded operations. Any instance members are not guaranteed to be thread-safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition

Target Platforms

Windows Server 2003

See Also

Reference

ApplicationControl Members
Microsoft.Speech.Web.UI Namespace