Re: Altering Default GridSize
- From: Anthony Williams <anthony@xxxxxxxxxxxx>
- Date: Tue, 31 May 2005 14:29:34 +0100
Cheers mate, that worked like a charm!
Thanks, Anthony
Guy Bradley wrote:
' Set the GridSize
Dim _designer As IDesigner = _designerHost.GetDesigner(_baseForm)
Dim _type As Type = DirectCast(_designer, Object).GetType
_type.InvokeMember("GridSize", Reflection.BindingFlags.NonPublic Or Reflection.BindingFlags.SetProperty Or Reflection.BindingFlags.Instance Or Reflection.BindingFlags.FlattenHierarchy, Nothing, _designer, New Object() {New Size(4, 4)})
.
- References:
- Altering Default GridSize
- From: Anthony Williams
- RE: Altering Default GridSize
- From: Guy Bradley
- Altering Default GridSize
- Prev by Date: Using the date to allow users to have a grace period
- Next by Date: SendInput
- Previous by thread: RE: Altering Default GridSize
- Next by thread: How to draw ICON on VS.NET 2003
- Index(es):