Microsoft
Software
Hardware
Network
Question : How to select by code all the children of InkCanvas in wpf
1)
I need to know how to select programitacally all the children of an InkCanvas. These children contain strokes and Uielements(Such as :images,buttons ...).
To select The strokes there is the methode " myInkcanvas.select(myInkca
nvas.Strok
es)!
What about selecting UiElements?
Answer : How to select by code all the children of InkCanvas in wpf
just to make sure there's no confusion here is how to do it:
myInkcanvas.Select(myInkca
nvas.Child
ren.Cast
Element>())
;
Random Solutions
Ghost32
The Certification Authority Service has not been started.
Print issues in Reporting Services
What is the code to link a cell to a file?
Unchangeable Combo Box
Filter on split form
How to format SQL query string in vb.net for a multi-field index in Access??
VBA code to clean all cells in all worksheets from non-printable characters
OWA internal connection issue, Exchange 2007 SBS 2008
Getting the Index of a Repeater Row