ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework.Accessibility Namespace / C1ControlAccessibleObject Class / RaiseAutomationNotification Method

In This Topic
    RaiseAutomationNotification Method (C1ControlAccessibleObject)
    In This Topic
    Syntax
    'Declaration
     
    Public Function RaiseAutomationNotification( _
       ByVal notificationKind As System.Windows.Forms.Automation.AutomationNotificationKind, _
       ByVal notificationProcessing As System.Windows.Forms.Automation.AutomationNotificationProcessing, _
       ByVal notificationText As System.String _
    ) As System.Boolean
    public System.bool RaiseAutomationNotification( 
       System.Windows.Forms.Automation.AutomationNotificationKind notificationKind,
       System.Windows.Forms.Automation.AutomationNotificationProcessing notificationProcessing,
       System.string notificationText
    )

    Parameters

    notificationKind
    notificationProcessing
    notificationText
    See Also