ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / TooltipBase Class / OnClientPopup Property






In This Topic
    OnClientPopup Property
    In This Topic
    Occurs before the tooltip content is displayed.
    Syntax
    'Declaration
     
    
    Public Property OnClientPopup As System.String
    'Usage
     
    
    Dim instance As TooltipBase
    Dim value As System.String
     
    instance.OnClientPopup = value
     
    value = instance.OnClientPopup
    public System.string OnClientPopup {get; set;}
    public read-write property OnClientPopup: System.String; 
    public function get,set OnClientPopup : System.String
    public: __property System.string* get_OnClientPopup();
    public: __property void set_OnClientPopup( 
       System.string* value
    );
    public:
    property System.String^ OnClientPopup {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also