Interaction Behavior
Interaction Behavior provides configurable interactivity options that control how users can engage with the URL text and how events are triggered prior to opening a URL.
Overview
Feature Details
Parameter / Event
Description
Default Value
Category
Code Examples and Integration
Example 1: Basic Interaction Behavior Setup
// Create an instance of the SiticoneCopyUrl control
var siticoneCopyUrl = new SiticoneNetFrameworkUI.SiticoneCopyUrl();
// Enable URL click functionality (default behavior)
siticoneCopyUrl.EnableUrlClick = true;
// Add the control to the form
this.Controls.Add(siticoneCopyUrl);Example 2: Handling URL Click and Pre-Open Events
Example 3: Disabling URL Click Behavior
Key Points
Aspect
Details
Best Practices
Practice
Explanation
Common Pitfalls
Pitfall
Description
Usage Scenarios
Scenario
Explanation
Real Life Usage Scenarios
Scenario
Example
Troubleshooting Tips
Issue
Recommendation
Review
Aspect
Summary
Summary
Summary Element
Details
Additional Notes
Note
Recommendation
Last updated