SoWWWAnchorSetHighlightURLCallback Method (SoWWWAnchorURLCallback) |
Note: This API is now obsolete.
Use HighlightURLCallBack property instead.
Application callbacks invoked when the mouse is moved over an anchor
so that the app can provide feedback such as changing the cursor, or displaying the anchor description and name.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax[ObsoleteAttribute("Use HighlightURLCallBack property instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static void SetHighlightURLCallback(
SoWWWAnchorURLCallback cb
)
<ObsoleteAttribute("Use HighlightURLCallBack property instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Shared Sub SetHighlightURLCallback (
cb As SoWWWAnchorURLCallback
)
public:
[ObsoleteAttribute(L"Use HighlightURLCallBack property instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
static void SetHighlightURLCallback(
SoWWWAnchorURLCallback^ cb
)
[<ObsoleteAttribute("Use HighlightURLCallBack property instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
static member SetHighlightURLCallback :
cb : SoWWWAnchorURLCallback -> unit
Parameters
- cb
- Type: OIV.Inventor.NodesSoWWWAnchorURLCallback
See Also