Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.0
Class Library
 DoDefaultAction Method
Collapse All/Expand All Collapse All
AccessibleObject.DoDefaultAction Method
Performs the default action associated with this accessible object.

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in system.windows.forms.dll)

Visual Basic (Declaration)
Public Overridable Sub DoDefaultAction
Visual Basic (Usage)
Dim instance As AccessibleObject

instance.DoDefaultAction
C#
public virtual void DoDefaultAction ()
C++
public:
virtual void DoDefaultAction ()
J#
public void DoDefaultAction ()
JScript
public function DoDefaultAction ()
XAML
Not applicable.
Exception typeCondition

COMException

The default action for the control cannot be performed.

Clients can retrieve the object's default action by inspecting an object's DefaultAction property. A client can use automation (if supported) instead of DoDefaultAction to perform an object's default action. However, DoDefaultAction provides an easy way to perform an object's most commonly used action.

Notes to Inheritors: The default action performed by system-provided user interface elements depends on the keyboard state. That is, if a modifier key such as SHIFT, ALT, or CTRL is down (either by a user action or programmatically) when DoDefaultAction is called, the default action might not be the same as when those keys are not down. Not all objects have a default action.

Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0, 1.1, 1.0
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker