event ToolBarAnchorClick (AnchorID as String, Options as String)
Occurs when an anchor element is clicked, on the control's toolbar.

TypeDescription
AnchorID as String A string expression that indicates the identifier of the anchor
Options as String A string expression that specifies options of the anchor element.
The control fires the ToolBarAnchorClick event to notify that the user clicks an anchor element ( being displayed on the control's toobar ). An anchor is a piece of text or some other object (for example an image) which marks the beginning and/or the end of a hypertext link. The <a> element is used to mark that piece of text (or inline image), and to give its hypertextual relationship to other documents. The ToolBarAnchorClick event is fired only if prior clicking the control it shows the hand cursor. The control fires the ToolBarAnchorClick event when the user clicks an hyperlink element. The ToolBarCaption property specifies the caption of the button. Use the ToolBarRefresh method to refresh the control's toolbar. The ToolBarToolTip property specifies the button's tooltip. The control fires the ToolBarClick event when the user clicks a button in the surface's toolbar.

Syntax for ToolBarAnchorClick event, /NET version, on:

private void ToolBarAnchorClick(object sender,string AnchorID,string Options)
{
}

Private Sub ToolBarAnchorClick(ByVal sender As System.Object,ByVal AnchorID As String,ByVal Options As String) Handles ToolBarAnchorClick
End Sub

Syntax for ToolBarAnchorClick event, /COM version, on:

private void ToolBarAnchorClick(object sender, AxEXSWIMLANELib._ISwimLaneEvents_ToolBarAnchorClickEvent e)
{
}

void OnToolBarAnchorClick(LPCTSTR AnchorID,LPCTSTR Options)
{
}

void __fastcall ToolBarAnchorClick(TObject *Sender,BSTR AnchorID,BSTR Options)
{
}

procedure ToolBarAnchorClick(ASender: TObject; AnchorID : WideString;Options : WideString);
begin
end;

procedure ToolBarAnchorClick(sender: System.Object; e: AxEXSWIMLANELib._ISwimLaneEvents_ToolBarAnchorClickEvent);
begin
end;

begin event ToolBarAnchorClick(string AnchorID,string Options)
end event ToolBarAnchorClick

Private Sub ToolBarAnchorClick(ByVal sender As System.Object, ByVal e As AxEXSWIMLANELib._ISwimLaneEvents_ToolBarAnchorClickEvent) Handles ToolBarAnchorClick
End Sub

Private Sub ToolBarAnchorClick(ByVal AnchorID As String,ByVal Options As String)
End Sub

Private Sub ToolBarAnchorClick(ByVal AnchorID As String,ByVal Options As String)
End Sub

LPARAMETERS AnchorID,Options

PROCEDURE OnToolBarAnchorClick(oSwimLane,AnchorID,Options)
RETURN

Syntax for ToolBarAnchorClick event, /COM version (others), on:

<SCRIPT EVENT="ToolBarAnchorClick(AnchorID,Options)" LANGUAGE="JScript">
</SCRIPT>

<SCRIPT LANGUAGE="VBScript">
Function ToolBarAnchorClick(AnchorID,Options)
End Function
</SCRIPT>

Procedure OnComToolBarAnchorClick String llAnchorID String llOptions
	Forward Send OnComToolBarAnchorClick llAnchorID llOptions
End_Procedure

METHOD OCX_ToolBarAnchorClick(AnchorID,Options) CLASS MainDialog
RETURN NIL

void onEvent_ToolBarAnchorClick(str _AnchorID,str _Options)
{
}

function ToolBarAnchorClick as v (AnchorID as C,Options as C)
end function

function nativeObject_ToolBarAnchorClick(AnchorID,Options)
return