Browse by Tags
All Tags » CodeIt.Right » Sample
-
C# version of custom rule for Tutorial: Creating Custom Rules
-
VB version of custom rule for Tutorial: Creating Custom Rules
-
Sample naming rule implementation in C#. For details see this thread - https://community.submain.com/forums/permalink/186/460/ShowThread.aspx#460
-
This is complete sample custom rule implementation in VB.
This rule inherits from NamingRuleBase (vs RuleBase) which automatically add another correction option in the dropdown (or the only if you don't provide any default names) - Rename to ... - this will do all of the ShowRenameDialog work for you. You don't need to write any code to ...
|
|