Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NAjaxMouseOutCallbackTool Class
Properties Methods


In This Topic
    NAjaxMouseOutCallbackTool Class Members
    In This Topic

    The following tables list the members exposed by NAjaxMouseOutCallbackTool.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets / sets the raw initial enabled state of the tool. (Inherited from Nevron.UI.WebForm.Controls.NAjaxToolDefinition)
    Public PropertyGets / sets the id of the tool. (Inherited from Nevron.UI.WebForm.Controls.NAjaxToolDefinition)
    Top
    Public Methods
     NameDescription
    Public MethodDetermines whether the specified Object is equal to the current Object. (Inherited from Nevron.UI.WebForm.Controls.NAjaxToolDefinition)
    Public MethodServes as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Nevron.UI.WebForm.Controls.NAjaxToolDefinition)
    Public MethodGenerates JavaScript that will create a new tool configuration object at the client. (Inherited from Nevron.UI.WebForm.Controls.NAjaxToolDefinition)
    Top
    Protected Methods
     NameDescription
    Protected MethodOverride this method to provide JavaScript code, creating a new object that carries custom configuration information for the tool. The output must look like this: "new NMyToolCustomconfiguration('my data', 12, 'more data')" (Inherited from Nevron.UI.WebForm.Controls.NAjaxToolDefinition)
    Top
    See Also