Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / HyperlinkOnAction Class / Action Property

In This Topic
    Action Property
    In This Topic
    Gets or sets an application-defined string representing the action that is to be taken when this hyperlink is activated.
    Syntax
    'Declaration
     
    Public Property Action As System.String
    public System.string Action {get; set;}
    See Also