PropertyGrid IP Format |
Post Reply |
Author | |
amjad
Newbie Joined: 10 January 2010 Location: Israel Status: Offline Points: 1 |
Post Options
Thanks(0)
Posted: 10 January 2010 at 9:53am |
How can I create a mask to the IP field in propertyGrid in C# ??
|
|
Nassar Amjad
|
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
something like:
Item = Category.AddChildItem(PropertyItemType.PropertyItemString, "IP Address", "IP Address: 192.168.100.100"); Item.SetMask("IP Address: 000.000.000.000", "IP Address: ___.___.___.___", null); |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |